tabKey | |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Associations | card, field |
Summary | Sent when the user presses the Tab key. |
Introduced | 1.0 |
OS | mac, windows, linux |
Platforms | desktop |
Example |
|
Related | Keyword: card Property: tabStops, tabGroupBehavior, autoTab Command: focus Glossary: message |
Description | Handle the tabKey message when you want to perform an action (such as going to the next card) when the user presses the Tab key. The message is sent to the active (focused) control, or to the current card if no control is focused. |
Tags | ui |