Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Controlinstance that represents the window to which focus belongs for the device.
This property is read-only.
.gif)