MenuButtonBehavior Enumeration
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
[FlagsAttribute]
public enum MenuButtonBehavior
<FlagsAttribute>
Public Enumeration MenuButtonBehavior
[FlagsAttribute]
public enum class MenuButtonBehavior
[<FlagsAttribute>]
type MenuButtonBehavior
AlwaysEnabled | 1 |
Menu button is always enabled.
|
DisableWhenInsideRegion | 2 |
Menu button is disabled when there is a current region.
|
DisableWhenOutsideRegion | 4 |
Menu button is disabled when there is no current region.
|
DisableWhenNoSelection | 8 |
Menu button is disabled when nothing is selected.
|
DocumentModeOnly | 16 |
Menu button is available only for Document mode of the worksheet.
|
SingleExecutionForAll | 32 |
If this flag is set then all related regions are handled via a single call to Action.
Otherwise Action is invoked for each region separately.
|