Intersoft ClientUI Documentation
LastFocusedElement Property



Gets the last element that has keyboard focus.
Syntax
Public Shared ReadOnly Property LastFocusedElement As Control
Dim value As Control
 
value = Keyboard.LastFocusedElement
public static Control LastFocusedElement {get;}
public:
static property Control^ LastFocusedElement {
   Control^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Keyboard Class
Keyboard Members

Send Feedback