[]
Set the focus to a given element.
public bool Focus(Element e)
Public Function Focus(e As Element) As Boolean
| Type | Name | Description |
|---|---|---|
| Element | e | Element to receive the focus. |
| Type | Description |
|---|---|
| bool | True if the focus was set to the given element. |