TabControlCreateParams Class

Definition

Line 102 of System.Windows/TabControl.cm

Constructors & Destructor

public nothrow TabControlCreateParams(ControlCreateParams& controlCreateParams_)

Member Functions

public nothrow TabControlCreateParams& Defaults()
public nothrow TabControlCreateParams& SetCloseBoxPenWidth(float closeBoxPenWidth_)
public nothrow TabControlCreateParams& SetCloseBoxSelectedColor(const Color& closeBoxSelectedColor_)
public nothrow TabControlCreateParams& SetFontFamilyName(const String<char>& fontFamilyName_)
public nothrow TabControlCreateParams& SetFontSize(float fontSize_)
public nothrow TabControlCreateParams& SetFrameColor(const Color& frameColor_)
public nothrow TabControlCreateParams& SetHeaderHeight(int headerHeight_)
public nothrow TabControlCreateParams& SetLeadingWidth(int leadingWidth_)
public nothrow TabControlCreateParams& SetOverlapWidth(int overlapWidth_)
public nothrow TabControlCreateParams& SetRoundingRadius(float roundingRadius_)
public nothrow TabControlCreateParams& SetTabCloseBoxPadding(const Padding& tabCloseBoxPadding_)
public nothrow TabControlCreateParams& SetTabNormalBackgroundColor(const Color& tabNormalBackgroundColor_)
public nothrow TabControlCreateParams& SetTabPadding(const Padding& tabPadding_)
public nothrow TabControlCreateParams& SetTabSelectedBackgroundColor(const Color& tabSelectedBackgroundColor_)
public nothrow TabControlCreateParams& SetTextColor(const Color& textColor_)
public nothrow TabControlCreateParams& SetTopMarginHeight(int topMarginHeight_)

Member Variables

public float closeBoxPenWidth
public Color closeBoxSelectedColor
public ControlCreateParams& controlCreateParams
public String<char> fontFamilyName
public float fontSize
public Color frameColor
public int headerHeight
public int leadingWidth
public int overlapWidth
public float roundingRadius
public Padding tabCloseBoxPadding
public Color tabNormalBackgroundColor
public Padding tabPadding
public Color tabSelectedBackgroundColor
public Color textColor
public int topMarginHeight

Constructor& Destructor Details

TabControlCreateParams Constructor

public nothrow TabControlCreateParams(ControlCreateParams& controlCreateParams_)

Definition
Line 104 of System.Windows/TabControl.cm


Member Function Details

Defaults Member Function

public nothrow TabControlCreateParams& Defaults()

Definition
Line 123 of System.Windows/TabControl.cm


SetCloseBoxPenWidth Member Function

public nothrow TabControlCreateParams& SetCloseBoxPenWidth(float closeBoxPenWidth_)

Definition
Line 192 of System.Windows/TabControl.cm


SetCloseBoxSelectedColor Member Function

public nothrow TabControlCreateParams& SetCloseBoxSelectedColor(const Color& closeBoxSelectedColor_)

Definition
Line 197 of System.Windows/TabControl.cm


SetFontFamilyName Member Function

public nothrow TabControlCreateParams& SetFontFamilyName(const String<char>& fontFamilyName_)

Definition
Line 127 of System.Windows/TabControl.cm


SetFontSize Member Function

public nothrow TabControlCreateParams& SetFontSize(float fontSize_)

Definition
Line 132 of System.Windows/TabControl.cm


SetFrameColor Member Function

public nothrow TabControlCreateParams& SetFrameColor(const Color& frameColor_)

Definition
Line 137 of System.Windows/TabControl.cm


SetHeaderHeight Member Function

public nothrow TabControlCreateParams& SetHeaderHeight(int headerHeight_)

Definition
Line 157 of System.Windows/TabControl.cm


SetLeadingWidth Member Function

public nothrow TabControlCreateParams& SetLeadingWidth(int leadingWidth_)

Definition
Line 147 of System.Windows/TabControl.cm


SetOverlapWidth Member Function

public nothrow TabControlCreateParams& SetOverlapWidth(int overlapWidth_)

Definition
Line 172 of System.Windows/TabControl.cm


SetRoundingRadius Member Function

public nothrow TabControlCreateParams& SetRoundingRadius(float roundingRadius_)

Definition
Line 177 of System.Windows/TabControl.cm


SetTabCloseBoxPadding Member Function

public nothrow TabControlCreateParams& SetTabCloseBoxPadding(const Padding& tabCloseBoxPadding_)

Definition
Line 167 of System.Windows/TabControl.cm


SetTabNormalBackgroundColor Member Function

public nothrow TabControlCreateParams& SetTabNormalBackgroundColor(const Color& tabNormalBackgroundColor_)

Definition
Line 182 of System.Windows/TabControl.cm


SetTabPadding Member Function

public nothrow TabControlCreateParams& SetTabPadding(const Padding& tabPadding_)

Definition
Line 162 of System.Windows/TabControl.cm


SetTabSelectedBackgroundColor Member Function

public nothrow TabControlCreateParams& SetTabSelectedBackgroundColor(const Color& tabSelectedBackgroundColor_)

Definition
Line 187 of System.Windows/TabControl.cm


SetTextColor Member Function

public nothrow TabControlCreateParams& SetTextColor(const Color& textColor_)

Definition
Line 142 of System.Windows/TabControl.cm


SetTopMarginHeight Member Function

public nothrow TabControlCreateParams& SetTopMarginHeight(int topMarginHeight_)

Definition
Line 152 of System.Windows/TabControl.cm