ToolBarCreateParams Class

Definition

Line 90 of System.Windows/ToolBar.cm

Constructors & Destructor

public nothrow ToolBarCreateParams(ControlCreateParams& controlCreateParams_)

Member Functions

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_)

Member Variables

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

Constructor& Destructor Details

ToolBarCreateParams Constructor

public nothrow ToolBarCreateParams(ControlCreateParams& controlCreateParams_)

Definition
Line 92 of System.Windows/ToolBar.cm


Member Function Details

Defaults Member Function

public nothrow ToolBarCreateParams& Defaults()

Definition
Line 109 of System.Windows/ToolBar.cm


SetButtonPadding Member Function

public nothrow ToolBarCreateParams& SetButtonPadding(const Padding& buttonPadding_)

Definition
Line 138 of System.Windows/ToolBar.cm


SetDarkColor Member Function

public nothrow ToolBarCreateParams& SetDarkColor(const Color& darkColor_)

Definition
Line 143 of System.Windows/ToolBar.cm


SetDisabledColor Member Function

public nothrow ToolBarCreateParams& SetDisabledColor(const Color& disabledColor_)

Definition
Line 163 of System.Windows/ToolBar.cm


SetLightColor Member Function

public nothrow ToolBarCreateParams& SetLightColor(const Color& lightColor_)

Definition
Line 148 of System.Windows/ToolBar.cm


SetMediumDarkColor Member Function

public nothrow ToolBarCreateParams& SetMediumDarkColor(const Color& mediumDarkColor_)

Definition
Line 158 of System.Windows/ToolBar.cm


SetMediumLightColor Member Function

public nothrow ToolBarCreateParams& SetMediumLightColor(const Color& mediumLightColor_)

Definition
Line 153 of System.Windows/ToolBar.cm


SetPadding Member Function

public nothrow ToolBarCreateParams& SetPadding(const Padding& padding_)

Definition
Line 133 of System.Windows/ToolBar.cm


SetStyle Member Function

public nothrow ToolBarCreateParams& SetStyle(Style style_)

Definition
Line 128 of System.Windows/ToolBar.cm


SetToolButtonHeight Member Function

public nothrow ToolBarCreateParams& SetToolButtonHeight(int toolButtonHeight_)

Definition
Line 123 of System.Windows/ToolBar.cm


SetToolButtonSeparatorColor1 Member Function

public nothrow ToolBarCreateParams& SetToolButtonSeparatorColor1(const Color& toolButtonSeparatorColor1_)

Definition
Line 168 of System.Windows/ToolBar.cm


SetToolButtonSeperatorColor2 Member Function

public nothrow ToolBarCreateParams& SetToolButtonSeperatorColor2(const Color& toolButtonSeparatorColor2_)

Definition
Line 173 of System.Windows/ToolBar.cm


SetToolButtonTransparentColor Member Function

public nothrow ToolBarCreateParams& SetToolButtonTransparentColor(const Color& toolButtonTransparentColor_)

Definition
Line 118 of System.Windows/ToolBar.cm


SetToolTipWindowColor Member Function

public nothrow ToolBarCreateParams& SetToolTipWindowColor(const Color& toolTipWindowColor_)

Definition
Line 113 of System.Windows/ToolBar.cm