Share via


Video.IsCursorHidden Property (Microsoft.DirectX.AudioVideoPlayback)

Retrieves whether the cursor is hidden for the video.

Definition

Visual Basic Public ReadOnly Property IsCursorHidden As Boolean
C# public bool IsCursorHidden { get; }
C++ public:
property bool IsCursorHidden {
        bool get();
}
JScript public function get IsCursorHidden() : boolean

Property Value

System.Boolean
A value that is set to true if the cursor is hidden for the video; otherwise, false.

This property is read-only. 

Remarks

Exceptions

DirectXException

For more information on the cause of this exception, reference the DirectXException.ErrorCode and DirectXException.ErrorString properties to the AudioVideoPlayback error code table.