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