SplitterCreateParams Class

Definition

Line 50 of System.Windows/SplitContainer.cm

Constructors & Destructor

public nothrow SplitterCreateParams(ControlCreateParams& controlCreateParams_)

Member Functions

public nothrow SplitterCreateParams& Defaults()
public nothrow SplitterCreateParams& SetEdgeColor(const Color& edgeColor_)
public nothrow SplitterCreateParams& SetOrientation(Orientation orientation_)

Member Variables

public ControlCreateParams& controlCreateParams
public Color edgeColor
public Orientation orientation

Constructor& Destructor Details

SplitterCreateParams Constructor

public nothrow SplitterCreateParams(ControlCreateParams& controlCreateParams_)

Definition
Line 52 of System.Windows/SplitContainer.cm


Member Function Details

Defaults Member Function

public nothrow SplitterCreateParams& Defaults()

Definition
Line 58 of System.Windows/SplitContainer.cm


SetEdgeColor Member Function

public nothrow SplitterCreateParams& SetEdgeColor(const Color& edgeColor_)

Definition
Line 67 of System.Windows/SplitContainer.cm


SetOrientation Member Function

public nothrow SplitterCreateParams& SetOrientation(Orientation orientation_)

Definition
Line 62 of System.Windows/SplitContainer.cm