ButtonCreateParams Class

Definition

Line 10 of System.Screen/Button.cm

Constructors & Destructor

public nothrow ButtonCreateParams()

Member Functions

public nothrow ButtonCreateParams& Defaults()
public nothrow ButtonCreateParams& DisabledColor(ConsoleColor disabledColor_)
public nothrow ButtonCreateParams& FocusedItemBackColor(ConsoleColor focusedItemBackColor_)
public nothrow ButtonCreateParams& FocusedItemForeColor(ConsoleColor focusedItemForeColor_)
public nothrow ButtonCreateParams& HighlightColor(ConsoleColor highlightColor_)
public nothrow ButtonCreateParams& Text(const String<char>& text_)

Member Variables

public ControlCreateParams controlCreateParams
public ConsoleColor disabledColor
public ConsoleColor focusedItemBackColor
public ConsoleColor focusedItemForeColor
public ConsoleColor highlightColor
public String<uchar> text

Constructor& Destructor Details

ButtonCreateParams Constructor

public nothrow ButtonCreateParams()

Definition
Line 12 of System.Screen/Button.cm


Member Function Details

Defaults Member Function

public nothrow ButtonCreateParams& Defaults()

Definition
Line 21 of System.Screen/Button.cm


DisabledColor Member Function

public nothrow ButtonCreateParams& DisabledColor(ConsoleColor disabledColor_)

Definition
Line 35 of System.Screen/Button.cm


FocusedItemBackColor Member Function

public nothrow ButtonCreateParams& FocusedItemBackColor(ConsoleColor focusedItemBackColor_)

Definition
Line 45 of System.Screen/Button.cm


FocusedItemForeColor Member Function

public nothrow ButtonCreateParams& FocusedItemForeColor(ConsoleColor focusedItemForeColor_)

Definition
Line 40 of System.Screen/Button.cm


HighlightColor Member Function

public nothrow ButtonCreateParams& HighlightColor(ConsoleColor highlightColor_)

Definition
Line 30 of System.Screen/Button.cm


Text Member Function

public nothrow ButtonCreateParams& Text(const String<char>& text_)

Definition
Line 25 of System.Screen/Button.cm