public nothrow | ToolBarCreateParams(ControlCreateParams& controlCreateParams_) |
public nothrow ToolBarCreateParams& | Defaults() |
public nothrow ToolBarCreateParams& | SetButtonPadding(const Padding& buttonPadding_) |
public nothrow ToolBarCreateParams& | SetDarkColor(const Color& darkColor_) |
public nothrow ToolBarCreateParams& | SetDisabledColor(const Color& disabledColor_) |
public nothrow ToolBarCreateParams& | SetLightColor(const Color& lightColor_) |
public nothrow ToolBarCreateParams& | SetMediumDarkColor(const Color& mediumDarkColor_) |
public nothrow ToolBarCreateParams& | SetMediumLightColor(const Color& mediumLightColor_) |
public nothrow ToolBarCreateParams& | SetPadding(const Padding& padding_) |
public nothrow ToolBarCreateParams& | SetStyle(Style style_) |
public nothrow ToolBarCreateParams& | SetToolButtonHeight(int toolButtonHeight_) |
public nothrow ToolBarCreateParams& | SetToolButtonSeparatorColor1(const Color& toolButtonSeparatorColor1_) |
public nothrow ToolBarCreateParams& | SetToolButtonSeperatorColor2(const Color& toolButtonSeparatorColor2_) |
public nothrow ToolBarCreateParams& | SetToolButtonTransparentColor(const Color& toolButtonTransparentColor_) |
public nothrow ToolBarCreateParams& | SetToolTipWindowColor(const Color& toolTipWindowColor_) |
public Padding | buttonPadding |
public ControlCreateParams& | controlCreateParams |
public Color | darkColor |
public Color | disabledColor |
public Color | lightColor |
public Color | mediumDarkColor |
public Color | mediumLightColor |
public Padding | padding |
public Style | style |
public int | toolButtonHeight |
public Color | toolButtonSeparatorColor1 |
public Color | toolButtonSeparatorColor2 |
public Color | toolButtonTransparentColor |
public Color | toolTipWindowColor |