ControlCreateParams Class

Definition

Line 99 of System.Windows/Control.cm

Constructors & Destructor

public nothrow ControlCreateParams()

Member Functions

public nothrow ControlCreateParams& Defaults()
public nothrow ControlCreateParams& SetAnchors(Anchors anchors_)
public nothrow ControlCreateParams& SetBackgroundColor(const Color& backgroundColor_)
public nothrow ControlCreateParams& SetDock(Dock dock_)
public nothrow ControlCreateParams& SetExtendedWindowStyle(ExtendedWindowStyle extendedWindowStyle_)
public nothrow ControlCreateParams& SetLocation(const Point& location_)
public nothrow ControlCreateParams& SetSize(const Size& size_)
public nothrow ControlCreateParams& SetText(const String<char>& text_)
public nothrow ControlCreateParams& SetWindowClassBackgroundColor(SystemColor systemColor)
public nothrow ControlCreateParams& SetWindowClassName(const String<char>& windowClassName_)
public nothrow ControlCreateParams& SetWindowClassStyle(WindowClassStyle windowClassStyle_)
public nothrow ControlCreateParams& SetWindowStyle(WindowStyle windowStyle_)

Member Variables

public Anchors anchors
public Color backgroundColor
public Dock dock
public ExtendedWindowStyle extendedWindowStyle
public Point location
public Size size
public String<char> text
public SystemColor windowClassBackgroundColor
public String<char> windowClassName
public WindowClassStyle windowClassStyle
public WindowStyle windowStyle

Constructor& Destructor Details

ControlCreateParams Constructor

public nothrow ControlCreateParams()

Definition
Line 101 of System.Windows/Control.cm


Member Function Details

Defaults Member Function

public nothrow ControlCreateParams& Defaults()

Definition
Line 115 of System.Windows/Control.cm


SetAnchors Member Function

public nothrow ControlCreateParams& SetAnchors(Anchors anchors_)

Definition
Line 169 of System.Windows/Control.cm


SetBackgroundColor Member Function

public nothrow ControlCreateParams& SetBackgroundColor(const Color& backgroundColor_)

Definition
Line 144 of System.Windows/Control.cm


SetDock Member Function

public nothrow ControlCreateParams& SetDock(Dock dock_)

Definition
Line 164 of System.Windows/Control.cm


SetExtendedWindowStyle Member Function

public nothrow ControlCreateParams& SetExtendedWindowStyle(ExtendedWindowStyle extendedWindowStyle_)

Definition
Line 134 of System.Windows/Control.cm


SetLocation Member Function

public nothrow ControlCreateParams& SetLocation(const Point& location_)

Definition
Line 154 of System.Windows/Control.cm


SetSize Member Function

public nothrow ControlCreateParams& SetSize(const Size& size_)

Definition
Line 159 of System.Windows/Control.cm


SetText Member Function

public nothrow ControlCreateParams& SetText(const String<char>& text_)

Definition
Line 149 of System.Windows/Control.cm


SetWindowClassBackgroundColor Member Function

public nothrow ControlCreateParams& SetWindowClassBackgroundColor(SystemColor systemColor)

Definition
Line 139 of System.Windows/Control.cm


SetWindowClassName Member Function

public nothrow ControlCreateParams& SetWindowClassName(const String<char>& windowClassName_)

Definition
Line 119 of System.Windows/Control.cm


SetWindowClassStyle Member Function

public nothrow ControlCreateParams& SetWindowClassStyle(WindowClassStyle windowClassStyle_)

Definition
Line 124 of System.Windows/Control.cm


SetWindowStyle Member Function

public nothrow ControlCreateParams& SetWindowStyle(WindowStyle windowStyle_)

Definition
Line 129 of System.Windows/Control.cm