共用方式為


LineDisplayCapabilities.IsCursorSupported 屬性

定義

取得行顯示是否支援游標。

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

屬性值

Boolean

bool

如果線條顯示支援游標,則為 True;否則為 false。

適用於