Base Styles
The following base styles are available for all
control styles:
- Visible makes a control
visible
- Group specifies the first
control of a group in which the user can move from one
control to the next using the direction keys. All
controls defined after the first control with the group
style belong to the same group.
- Disabled disables mouse
and keyboard input to the control. You can use this
option to temporarily prevent the user from using the
control.
- Tab stop specifies one of
any number of controls through which the user can move by
tabbing. The tab key moves the focus to the next
control with the tab stop style.