comboBox | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Specifies one of the menu types that can be used with the menuMode property. |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: button, menu, popup Property: menuMode Message: openField Object: button Glossary: property, keyword, message, field, combo box, menu |
Description | Use the comboBox keyword to create a combo box menu. Combo box menus are normally used to designate a state. Choosing an item from a combo box changes the current setting. Using the text box at the top of the combo box, the user can specify a state that is not in the menu's list of states. This menu type is suitable for situations in which the user probably will choose one of the predefined states, but might need to specify a different state.
|
Tags | menus |