![]() |
• Interface Manager | ||||||||||||||
|
API Links
Developer Links
|
class MenuSettingDefined in:
The C4Configuration.hMenuSetting class is used for a multi-valued setting represented by a popup menu.
Definition
Member Functions
Constructor
Parameters
Description
The MenuSetting class represents a setting that displays a popup menu and has an integer value in the range [0, n − 1], where n is the number of menu items specified by the itemCount parameter.After a MenuSetting is created, the MenuSetting::SetMenuItemString function should be called for each menu item to specify its text.
Base Classes
|