BorderedControlCreateParams Class

Definition

Line 50 of System.Windows/BorderedControl.cm

Constructors & Destructor

public nothrow BorderedControlCreateParams(ControlCreateParams& controlCreateParams_, Control* child_)

Member Functions

public nothrow BorderedControlCreateParams& Defaults()
public nothrow BorderedControlCreateParams& SetBordedStyle(BorderStyle borderStyle_)
public nothrow BorderedControlCreateParams& SetBorderWidth(int borderWidth_)
public nothrow BorderedControlCreateParams& SetFocusedBorderColor(const Color& focusedBorderColor_)
public nothrow BorderedControlCreateParams& SetNormalBorderColor(const Color& normalBorderColor_)

Member Variables

public BorderStyle borderStyle
public int borderWidth
public Control* child
public ControlCreateParams& controlCreateParams
public Color focusedBorderColor
public Color normalBorderColor

Constructor& Destructor Details

BorderedControlCreateParams Constructor

public nothrow BorderedControlCreateParams(ControlCreateParams& controlCreateParams_, Control* child_)

Definition
Line 52 of System.Windows/BorderedControl.cm


Member Function Details

Defaults Member Function

public nothrow BorderedControlCreateParams& Defaults()

Definition
Line 61 of System.Windows/BorderedControl.cm


SetBordedStyle Member Function

public nothrow BorderedControlCreateParams& SetBordedStyle(BorderStyle borderStyle_)

Definition
Line 65 of System.Windows/BorderedControl.cm


SetBorderWidth Member Function

public nothrow BorderedControlCreateParams& SetBorderWidth(int borderWidth_)

Definition
Line 70 of System.Windows/BorderedControl.cm


SetFocusedBorderColor Member Function

public nothrow BorderedControlCreateParams& SetFocusedBorderColor(const Color& focusedBorderColor_)

Definition
Line 80 of System.Windows/BorderedControl.cm


SetNormalBorderColor Member Function

public nothrow BorderedControlCreateParams& SetNormalBorderColor(const Color& normalBorderColor_)

Definition
Line 75 of System.Windows/BorderedControl.cm