LineDisplayCursor.IsReverseSupported 속성

정의

반전된 커서가 지원되는지 여부를 가져옵니다.

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

속성 값

Boolean

bool

반전된 커서가 지원되면 True이고, 그렇지 않으면 False입니다.

적용 대상