BorderedControlCreateParams Class

Constructors & Destructor | Member Functions | Member Variables

Definition

Line 50 of System.Windows/BorderedControl.cm

Constructors & Destructor

public BorderedControlCreateParams(ControlCreateParams& controlCreateParams_, Control* child_)

Member Functions

public BorderedControlCreateParams& Defaults()
public BorderedControlCreateParams& SetBorderStyle(BorderStyle borderStyle_)
public BorderedControlCreateParams& SetBorderWidth(int borderWidth_)
public BorderedControlCreateParams& SetFocusedBorderColor(const Color& focusedBorderColor_)
public 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 BorderedControlCreateParams(ControlCreateParams& controlCreateParams_, Control* child_)

Definition
Line 52 of System.Windows/BorderedControl.cm


Member Function Details

Defaults Member Function

public BorderedControlCreateParams& Defaults()

Definition
Line 61 of System.Windows/BorderedControl.cm


SetBorderStyle Member Function

public BorderedControlCreateParams& SetBorderStyle(BorderStyle borderStyle_)

Definition
Line 65 of System.Windows/BorderedControl.cm


SetBorderWidth Member Function

public BorderedControlCreateParams& SetBorderWidth(int borderWidth_)

Definition
Line 70 of System.Windows/BorderedControl.cm


SetFocusedBorderColor Member Function

public BorderedControlCreateParams& SetFocusedBorderColor(const Color& focusedBorderColor_)

Definition
Line 80 of System.Windows/BorderedControl.cm


SetNormalBorderColor Member Function

public BorderedControlCreateParams& SetNormalBorderColor(const Color& normalBorderColor_)

Definition
Line 75 of System.Windows/BorderedControl.cm