CursorColorEventArgs Class
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.Control.dll (version 7.0.9147)
Provides data for the Cursor
Syntax
public class CursorColorEventArgs : EventArgs
Inherited Members
Properties
Name | Description |
---|---|
Back |
Gets or sets the background color (a palette index) of the cursor cell. |
Blink | Gets the blink state. |
Cell |
Gets the original background color (a palette index) of the cell at the cursor position. |
Cell |
Gets the original foreground color (a palette index) of the cell at the cursor position. |
Fore |
Gets or sets the foreground color (a palette index) of the cursor cell. |
Is |
Gets a value that indicates whether the cursor cell is part of a selection. |