ControlCreateParams Class

Definition

Line 29 of System.Screen/Control.cm

Constructors & Destructor

public nothrow ControlCreateParams()

Member Functions

public nothrow ControlCreateParams& Defaults()
public nothrow ControlCreateParams& SetBackColor(ConsoleColor backColor_)
public nothrow ControlCreateParams& SetForeColor(ConsoleColor foreColor_)
public nothrow ControlCreateParams& SetLocation(const Point& location_)
public nothrow ControlCreateParams& SetSize(const Size& size_)

Member Variables

public ConsoleColor backColor
public ConsoleColor foreColor
public Point location
public Size size

Constructor& Destructor Details

ControlCreateParams Constructor

public nothrow ControlCreateParams()

Definition
Line 31 of System.Screen/Control.cm


Member Function Details

Defaults Member Function

public nothrow ControlCreateParams& Defaults()

Definition
Line 34 of System.Screen/Control.cm


SetBackColor Member Function

public nothrow ControlCreateParams& SetBackColor(ConsoleColor backColor_)

Definition
Line 53 of System.Screen/Control.cm


SetForeColor Member Function

public nothrow ControlCreateParams& SetForeColor(ConsoleColor foreColor_)

Definition
Line 48 of System.Screen/Control.cm


SetLocation Member Function

public nothrow ControlCreateParams& SetLocation(const Point& location_)

Definition
Line 38 of System.Screen/Control.cm


SetSize Member Function

public nothrow ControlCreateParams& SetSize(const Size& size_)

Definition
Line 43 of System.Screen/Control.cm