CursorColorEventArgs Class
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.Control.dll (version 7.0.9083)
Provides data for the CursorColor event.
Syntax
public class CursorColorEventArgs : EventArgs
Inherited Members
Properties
Name | Description |
---|---|
BackColor | Gets or sets the background color (a palette index) of the cursor cell. |
Blink | Gets the blink state. |
CellBackColor | Gets the original background color (a palette index) of the cell at the cursor position. |
CellForeColor | Gets the original foreground color (a palette index) of the cell at the cursor position. |
ForeColor | Gets or sets the foreground color (a palette index) of the cursor cell. |
IsSelected | Gets a value that indicates whether the cursor cell is part of a selection. |