| public nothrow | TextBoxCreateParams() |
| public TextBoxCreateParams& | Defaults() |
| public nothrow TextBoxCreateParams& | SetBackColor(ConsoleColor backColor_) |
| public nothrow TextBoxCreateParams& | SetFocusedBackColor(ConsoleColor focusedBackColor_) |
| public nothrow TextBoxCreateParams& | SetFocusedForeColor(ConsoleColor focusedForeColor_) |
| public nothrow TextBoxCreateParams& | SetForeColor(ConsoleColor foreColor_) |
| public nothrow TextBoxCreateParams& | SetLocation(const Point& loc) |
| public nothrow TextBoxCreateParams& | SetSize(const Size& size_) |
| public nothrow TextBoxCreateParams& | SetText(const String<char>& text_) |
| public ControlCreateParams | controlCreateParams |
| public ConsoleColor | focusedBackColor |
| public ConsoleColor | focusedForeColor |
| public String<uchar> | text |