'Declaration Public Overloads Function Focus( _ ByVal e As Element _ ) As System.Boolean
public System.bool Focus( Element e )
Parameters
- e
- Element to receive the focus.
Return Value
True if the focus was set to the given element.
'Declaration Public Overloads Function Focus( _ ByVal e As Element _ ) As System.Boolean
public System.bool Focus( Element e )