CheckBoxCreateParams Class

Definition

Line 25 of System.Windows/CheckBox.cm

Constructors & Destructor

public nothrow CheckBoxCreateParams(ControlCreateParams& controlCreateParams_)

Member Functions

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

Member Variables

public bool autoSize
public ControlCreateParams& controlCreateParams

Constructor& Destructor Details

CheckBoxCreateParams Constructor

public nothrow CheckBoxCreateParams(ControlCreateParams& controlCreateParams_)

Definition
Line 27 of System.Windows/CheckBox.cm


Member Function Details

Defaults Member Function

public nothrow 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