| 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 Result<bool> | Clear() |
| public inline bool | IsMultiline() const |
| protected override Result<bool> | OnCreated() |
| protected override Result<bool> | OnGotFocus() |
| private inline void | ResetMultiline() |
| private inline void | ResetSelectAllFlag() |
| public void | SelectAll() |
| private inline bool | SelectAllFlagSet() const |
| private inline void | SetMultiline() |
| private inline void | SetSelectAllFlag() |
| private enum | Flags |
| private Flags | flags |