 | MenuCommandType Enumeration |
Menu command type when creating command in menus
Namespace:
EBP.Api.Interfaces.Menus
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxpublic enum MenuCommandType
Public Enumeration MenuCommandType
Members
| Member name | Value | Description |
---|
| Button | 1 |
Button command
|
| Check | 2 |
Check command
|
See Also