Click or drag to resize

LineEditSetEditable Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.LineEdit.SetEditable(System.Boolean)"]

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

Parameters

enabled
Type: SystemBoolean

[Missing <param name="enabled"/> documentation for "M:Godot.LineEdit.SetEditable(System.Boolean)"]

See Also