public | TextBox(TextBoxCreateParams& createParams) |
public | TextBox(TextBoxStyle textBoxStyle, const Color& backgroundColor, const String<char>& text, const Point& location, const Size& size, Dock dock, Anchors anchors) |
public | TextBox(const String<char>& text) |
public | TextBox(const String<char>& text, const Point& location, const Size& size, Dock dock, Anchors anchors) |
public void | Clear() |
public inline nothrow bool | IsMultiline() const |
protected override void | OnCreated() |
protected override void | OnGotFocus() |
private inline nothrow void | ResetMultiline() |
private inline nothrow void | ResetSelectAllFlag() |
public void | SelectAll() |
private inline nothrow bool | SelectAllFlagSet() const |
private inline nothrow void | SetMultiline() |
private inline nothrow void | SetSelectAllFlag() |
private enum | Flags |
private Flags | flags |