MenuButtonBehavior Enumeration

Behavior flags for MenuButton.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
[FlagsAttribute]
public enum MenuButtonBehavior

Members

AlwaysEnabled1 Menu button is always enabled.
DisableWhenInsideRegion2 Menu button is disabled when there is a current region.
DisableWhenOutsideRegion4 Menu button is disabled when there is no current region.
DisableWhenNoSelection8 Menu button is disabled when nothing is selected.
DocumentModeOnly16 Menu button is available only for Document mode of the worksheet.
SingleExecutionForAll32 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.

See Also