MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Clear

Method Clear

Source/Engine/UI/GUI/Common/TextBoxBase.cs:615–618  ·  view source on GitHub ↗

Clears all text from the text box control.

()

Source from the content-addressed store, hash-verified

613 /// Clears all text from the text box control.
614 /// </summary>
615 public virtual void Clear()
616 {
617 Text = string.Empty;
618 }
619
620 /// <summary>
621 /// Clear selection range

Callers 10

OnDrawMethod · 0.45
UpdateLayoutMethod · 0.45
UpdateMethod · 0.45
OnDestroyMethod · 0.45
UpdateTextBlocksMethod · 0.45
OnDestroyMethod · 0.45
ClearItemsMethod · 0.45
SetItemsMethod · 0.45
OnParseTextBlocksMethod · 0.45
OnDrawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected