次の方法で共有


DeviceCreationParameters.FocusWindowHandle Property (Microsoft.DirectX.Direct3D)

Retrieves a pointer to the window to which focus belongs for the current device.

Definition

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

Property Value

System.IntPtr
An IntPtrLeave Site value that points to the window to which focus belongs for the device.

This property is read-only.