Attempts to set the focus on the control.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function Focus() As System.Boolean |
| C# | |
|---|
public System.bool Focus() |
Return Value
true if focus was set to the control, or focus was already on the control. false if the control is not focusable.
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