Intersoft ClientUI Documentation
Focus Method (Keyboard)



Sets keyboard focus on the specified element.
Syntax
Public Shared Function Focus( _
   ByVal element As Control _
) As Control
Dim element As Control
Dim value As Control
 
value = Keyboard.Focus(element)
public static Control Focus( 
   Control element
)
public:
static Control^ Focus( 
   Control^ element
) 

Parameters

element
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