MenuButtonLocation Enumeration
Location of the menu item to manage items in the main menu.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
[FlagsAttribute]
public enum MenuButtonLocation
<FlagsAttribute>
Public Enumeration MenuButtonLocation
[FlagsAttribute]
public enum class MenuButtonLocation
[<FlagsAttribute>]
type MenuButtonLocation
Auto | 1 |
Application automatically decides where to put an item.
|
FileMenu | 2 |
Item to display in the File main menu.
|
ViewMenu | 4 |
Item to display in the View main menu.
|
ToolsMenu | 8 |
Item to display in the Tools main menu.
|
HelpMenu | 16 |
Item to display in the Help main menu.
|
ContextMenu | 32 |
Item to display in the context menu.
|
FormatToolbar | 64 |
Item to display in the toolbar with a general formatting buttons.
|