Enum CommandButtonType
The type of button in the client ui.
These can look and behave differently depending on the client application (windows app versus web browser for instance), but should have the same type of functionality
Namespace: LemonEdge.Client.Core.Commands
Assembly: ClientCore.dll
Syntax
public enum CommandButtonType : short
Fields
Name | Description |
---|---|
Button | A standard button |
Menu | A menu button, which would be the equivelant of a right-click menu type control in windows |
RibbonButton | A top level menu button that is the equivelant of a main ribbon button in a windows app |