Framework.WindowFocus Property (WindowFocus)

Retrieves the handle of the window that currently has focus.

Definition

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

Property Value

System.IntPtr
The handle of the window that currently has focus.

This property is read-only. 
Show: