Textbox optionsΒΆ

options = flags

Options are defined in sculptor.h with the prefix OPT_. If more than one option flag is required they can be combined using the | operator.

Textbox group option flags

OPT_TABOUT

When this flag is set, if a textbox in the group has focus and the user presses the TAB key, focus moves to the first control outside the group instead of to the next control in the group; the BACKTAB key moves focus to the previous control outside the group instead of to the previous control in the group.


RELATED TOPICS

Textboxes

Textbox groups

tab_order

Using the keyboard in a dialog