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
public void DeleteText( int fromColumn, int toColumn )
[Missing <param name="fromColumn"/> documentation for "M:Godot.LineEdit.DeleteText(System.Int32,System.Int32)"]
[Missing <param name="toColumn"/> documentation for "M:Godot.LineEdit.DeleteText(System.Int32,System.Int32)"]