Framework.WindowDeviceFullscreen Property (WindowDeviceFullscreen)
Retrieves the handle of the window used for fullscreen rendering.
Visual Basic Public ReadOnly Property WindowDeviceFullscreen As IntPtr C# public IntPtr WindowDeviceFullscreen { get; }
C++ public:
property IntPtrWindowDeviceFullscreen {
IntPtrget();
}JScript public function get WindowDeviceFullscreen() : IntPtr
System.IntPtr
This property is read-only.
The handle of the window used for fullscreen rendering.
Show:
