| public | TextToolButton(const String<char>& text) |
| public | TextToolButton(const String<char>& text_, const Size& size, const Color& textColor_, Style style) |
| protected override Result<bool> | DrawContent(Graphics& graphics, const Point& location) |
| private Result<bool> | DrawText(Graphics& graphics, const Point& location) |
| protected override void | SetToolBar(ToolBar* toolBar) |
| private SolidBrush* | disabledBrush |
| private SolidBrush* | normalBrush |
| private String<char> | text |
| private Color | textColor |