CheckBoxCreateParams Class

Constructors & Destructor | Member Functions | Member Variables

Definition

Line 25 of System.Windows/CheckBox.cm

Constructors & Destructor

public CheckBoxCreateParams(ControlCreateParams& controlCreateParams_)

Member Functions

public CheckBoxCreateParams& Defaults()
public CheckBoxCreateParams& SetAutoSize(bool autoSize_)

Member Variables

public bool autoSize
public ControlCreateParams& controlCreateParams

Constructor& Destructor Details

CheckBoxCreateParams Constructor

public CheckBoxCreateParams(ControlCreateParams& controlCreateParams_)

Definition
Line 27 of System.Windows/CheckBox.cm


Member Function Details

Defaults Member Function

public CheckBoxCreateParams& Defaults()

Definition
Line 30 of System.Windows/CheckBox.cm


SetAutoSize Member Function

public CheckBoxCreateParams& SetAutoSize(bool autoSize_)

Definition
Line 34 of System.Windows/CheckBox.cm