EditorCreateParams Class

Definition

Line 93 of System.Screen/Editor.cm

Constructors & Destructor

public nothrow EditorCreateParams()

Member Functions

public nothrow EditorCreateParams& Defaults()
public nothrow EditorCreateParams& SelectionBackColor(ConsoleColor selectionBackColor_)
public nothrow EditorCreateParams& SelectionForeColor(ConsoleColor selectionForeColor_)

Member Variables

public ControlCreateParams controlCreateParams
public ConsoleColor selectionBackColor
public ConsoleColor selectionForeColor

Constructor& Destructor Details

EditorCreateParams Constructor

public nothrow EditorCreateParams()

Definition
Line 95 of System.Screen/Editor.cm


Member Function Details

Defaults Member Function

public nothrow EditorCreateParams& Defaults()

Definition
Line 101 of System.Screen/Editor.cm


SelectionBackColor Member Function

public nothrow EditorCreateParams& SelectionBackColor(ConsoleColor selectionBackColor_)

Definition
Line 110 of System.Screen/Editor.cm


SelectionForeColor Member Function

public nothrow EditorCreateParams& SelectionForeColor(ConsoleColor selectionForeColor_)

Definition
Line 105 of System.Screen/Editor.cm