Defines bitmasks used to control the toolbar
button command and update processing.
| Member | Value | Description |
|---|---|---|
| eToolBarButtonOptionNone | 0 | No options. QueryState is called to determine button state. |
| eToolBarButtonOptionAlwaysOn | 1 | Indicates the button state is always enabled. QueryState is never called. |
| eToolBarButtonOptionNeedScenario | 2 | Indicates the button is disabled if no scenario is loaded. If a scenario is loaded, QueryState is called to determine button state. |