MenuButtonLocation Enumeration

Location of the menu item to manage items in the main menu.

Definition

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

Members

Auto1 Application automatically decides where to put an item.
FileMenu2 Item to display in the File main menu.
ViewMenu4 Item to display in the View main menu.
ToolsMenu8 Item to display in the Tools main menu.
HelpMenu16 Item to display in the Help main menu.
ContextMenu32 Item to display in the context menu.
FormatToolbar64 Item to display in the toolbar with a general formatting buttons.

See Also