Framework.WindowDeviceWindowed Property (WindowDeviceWindowed)

Retrieves the handle of the window used for windowed rendering.

Definition

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

Property Value

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

This property is read-only. 
Show: