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 IntPtr C# public IntPtr FocusWindowHandle { get; } C++ public:
property IntPtr FocusWindowHandle {
IntPtr get();
}JScript public function get FocusWindowHandle() : IntPtr
Property Value
System.IntPtr
An IntPtr value that points to the window to which focus belongs for the device.This property is read-only.