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 Control C# public Control FocusWindow { get; } C++ public:
property Control^ FocusWindow {
Control^ get();
}JScript public function get FocusWindow() : Control
Property Value
System.Windows.Forms.Control
A Control instance that represents the window to which focus belongs for the device.This property is read-only.