Click or drag to resize

TextEditIsContextMenuEnabled Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.TextEdit.IsContextMenuEnabled"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("IsContextMenuEnabled is deprecated. Use the ContextMenuEnabled property instead.")]
public bool IsContextMenuEnabled()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.TextEdit.IsContextMenuEnabled"]

See Also