LineDisplayCapabilities.IsCursorSupported Property

Definition

Gets whether the line display supports a cursor.

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

Property Value

Boolean

bool

True if the line display supports a cursor; otherwise, false.

Applies to