Framework.WindowDeviceFullscreen Property (WindowDeviceFullscreen)

Retrieves the handle of the window used for fullscreen rendering.

Definition

Visual Basic Public ReadOnly Property WindowDeviceFullscreen As IntPtrLeave Site
C# public IntPtrLeave Site WindowDeviceFullscreen { get; }
C++ public:
property IntPtrLeave Site WindowDeviceFullscreen {
        IntPtrLeave Site get();
}
JScript public function get WindowDeviceFullscreen() : IntPtrLeave Site

Property Value

System.IntPtr
The handle of the window used for fullscreen rendering.

This property is read-only. 
Show: