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 a pointer to the window to which focus belongs for the current device.
Definition
Visual Basic Public ReadOnly Property FocusWindowHandle As IntPtr C# public IntPtr FocusWindowHandle { get; }
C++ public:
property IntPtrFocusWindowHandle {
IntPtrget();
}JScript public function get FocusWindowHandle() : IntPtr
Property Value
System.IntPtr
An IntPtrvalue that points to the window to which focus belongs for the device.
This property is read-only.
.gif)