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