Click or drag to resize

LineEditDeleteText Method

Deletes a section of the Text going from position from_column to to_column. Both parameters should be within the text's length.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void DeleteText(
	int fromColumn,
	int toColumn
)

Parameters

fromColumn
Type: SystemInt32

[Missing <param name="fromColumn"/> documentation for "M:Godot.LineEdit.DeleteText(System.Int32,System.Int32)"]

toColumn
Type: SystemInt32

[Missing <param name="toColumn"/> documentation for "M:Godot.LineEdit.DeleteText(System.Int32,System.Int32)"]

See Also