Framework.WindowFocus Property (WindowFocus)
Retrieves the handle of the window that currently has focus.
Visual Basic Public ReadOnly Property WindowFocus As IntPtr C# public IntPtr WindowFocus { get; }
C++ public:
property IntPtrWindowFocus {
IntPtrget();
}JScript public function get WindowFocus() : IntPtr
System.IntPtr
This property is read-only.
The handle of the window that currently has focus.
Show:
