| |
Variant |
The FocusLink property is a get/set property that returns:
- empty value, no link has been clicked/focused
- a Link object that defines the link being
focused
or it can be:
- an empty value, to clear the focused link (no link is focused)
- a string expression that determines the key of the newly focused
link
- a numeric expression that specifies the index of the new link with the
focus
- a Link object that defines the newly
focused link
| |