TabSkip
TabSkip
Skip this control when tabbing
Enumerated type, possible values are:
None | Default tab operation applies. Pressing Tab moves focus to the control from the previous one. Pressing Shift-Tab moves focus back to the control from the next one |
---|---|
Forward | The control refuses focus from the previous control and passes it to the next control that doesn't have TabSkip set to Forward. If no other control accepts focus, the focus will not change. Pressing Shift-Tab to move focus back to the control from the next control is unaffected |
Back | The control accepts a Tab forward from the previous control but will refuse focus coming back from the next control via Shift-Tab and pass it the previous tab that doesn't have TabSkip set to Back |
Applies to: Generic
Introduced in KCML version 6.00
TabSkip
Specifies whether to skip this cell when tabbing
Enumerated type, possible values are:
Default | Grid default rules apply |
---|---|
None | |
Forward | |
Back |
Introduced in KCML version 6.00
The TabSkip property is used to specify how controls respond to the Tab key.
.EditControl1.TabSkip = &.Forward
Note:Some controls such as Rich Edit controls process the Tab key. In these controls pressing Tab will not move the focus.