LineDisplayCursor.IsOtherSupported 속성

정의

커서의 다른 형식(UnifiedPOS에 따라 알 수 없음)이 지원되는지 여부를 가져옵니다.

public:
 property bool IsOtherSupported { bool get(); };
bool IsOtherSupported();
public bool IsOtherSupported { get; }
var boolean = lineDisplayCursor.isOtherSupported;
Public ReadOnly Property IsOtherSupported As Boolean

속성 값

Boolean

bool

True이면 다른 유형의 커서가 지원됩니다. 그렇지 않으면 False입니다.

적용 대상