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