LineDisplayCapabilities.CanReadCharacterAtCursor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.