Framework.Window Property (Window)

Retrieves the handle of the window used for rendering.

Definition

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

Property Value

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

This property is read-only. 
Show: