LineDisplayCapabilities.CanReadCharacterAtCursor Property

Definition

Gets whether the line display supports reading characters at the current cursor position.

public:
 property bool CanReadCharacterAtCursor { bool get(); };
bool CanReadCharacterAtCursor();
public bool CanReadCharacterAtCursor { get; }
var boolean = lineDisplayCapabilities.canReadCharacterAtCursor;
Public ReadOnly Property CanReadCharacterAtCursor As Boolean

Property Value

Boolean

bool

True if the line display supports reading characters at the cursor; otherwise false.

Applies to