MenuControlCreateParams Class

Definition

Line 11 of System.Screen/Menu.cm

Constructors & Destructor

public nothrow MenuControlCreateParams()

Member Functions

public nothrow MenuControlCreateParams& Defaults()
public nothrow MenuControlCreateParams& DisabledColor(ConsoleColor disabledColor_)
public nothrow MenuControlCreateParams& FocusedItemBackColor(ConsoleColor focusedItemBackColor_)
public nothrow MenuControlCreateParams& FocusedItemForeColor(ConsoleColor focusedItemForeColor_)
public nothrow MenuControlCreateParams& HighlightColor(ConsoleColor highlightColor_)

Member Variables

public ControlCreateParams controlCreateParams
public ConsoleColor disabledColor
public ConsoleColor focusedItemBackColor
public ConsoleColor focusedItemForeColor
public int gap
public ConsoleColor highlightColor

Constructor& Destructor Details

MenuControlCreateParams Constructor

public nothrow MenuControlCreateParams()

Definition
Line 13 of System.Screen/Menu.cm


Member Function Details

Defaults Member Function

public nothrow MenuControlCreateParams& Defaults()

Definition
Line 22 of System.Screen/Menu.cm


DisabledColor Member Function

public nothrow MenuControlCreateParams& DisabledColor(ConsoleColor disabledColor_)

Definition
Line 31 of System.Screen/Menu.cm


FocusedItemBackColor Member Function

public nothrow MenuControlCreateParams& FocusedItemBackColor(ConsoleColor focusedItemBackColor_)

Definition
Line 41 of System.Screen/Menu.cm


FocusedItemForeColor Member Function

public nothrow MenuControlCreateParams& FocusedItemForeColor(ConsoleColor focusedItemForeColor_)

Definition
Line 36 of System.Screen/Menu.cm


HighlightColor Member Function

public nothrow MenuControlCreateParams& HighlightColor(ConsoleColor highlightColor_)

Definition
Line 26 of System.Screen/Menu.cm