Share via


DeviceCreationParameters.FocusWindow Property (Microsoft.DirectX.Direct3D)

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

Definition

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

Property Value

System.Windows.Forms.Control
A ControlLeave Site instance that represents the window to which focus belongs for the device.

This property is read-only.