TextBoxCreateParams Class

Definition

Line 10 of System.Screen/TextBox.cm

Constructors & Destructor

public nothrow TextBoxCreateParams()

Member Functions

public TextBoxCreateParams& Defaults()
public nothrow TextBoxCreateParams& SetBackColor(ConsoleColor backColor_)
public nothrow TextBoxCreateParams& SetFocusedBackColor(ConsoleColor focusedBackColor_)
public nothrow TextBoxCreateParams& SetFocusedForeColor(ConsoleColor focusedForeColor_)
public nothrow TextBoxCreateParams& SetForeColor(ConsoleColor foreColor_)
public nothrow TextBoxCreateParams& SetLocation(const Point& loc)
public nothrow TextBoxCreateParams& SetSize(const Size& size_)
public nothrow TextBoxCreateParams& SetText(const String<char>& text_)

Member Variables

public ControlCreateParams controlCreateParams
public ConsoleColor focusedBackColor
public ConsoleColor focusedForeColor
public String<uchar> text

Constructor& Destructor Details

TextBoxCreateParams Constructor

public nothrow TextBoxCreateParams()

Definition
Line 12 of System.Screen/TextBox.cm


Member Function Details

Defaults Member Function

public TextBoxCreateParams& Defaults()

Definition
Line 15 of System.Screen/TextBox.cm


SetBackColor Member Function

public nothrow TextBoxCreateParams& SetBackColor(ConsoleColor backColor_)

Definition
Line 34 of System.Screen/TextBox.cm


SetFocusedBackColor Member Function

public nothrow TextBoxCreateParams& SetFocusedBackColor(ConsoleColor focusedBackColor_)

Definition
Line 49 of System.Screen/TextBox.cm


SetFocusedForeColor Member Function

public nothrow TextBoxCreateParams& SetFocusedForeColor(ConsoleColor focusedForeColor_)

Definition
Line 44 of System.Screen/TextBox.cm


SetForeColor Member Function

public nothrow TextBoxCreateParams& SetForeColor(ConsoleColor foreColor_)

Definition
Line 29 of System.Screen/TextBox.cm


SetLocation Member Function

public nothrow TextBoxCreateParams& SetLocation(const Point& loc)

Definition
Line 19 of System.Screen/TextBox.cm


SetSize Member Function

public nothrow TextBoxCreateParams& SetSize(const Size& size_)

Definition
Line 24 of System.Screen/TextBox.cm


SetText Member Function

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

Definition
Line 39 of System.Screen/TextBox.cm