Enum CustomCommandButtonType

CustomCommandButtonType enumeration

Represents the type of a custom command.

public enum CustomCommandButtonType

Values

NameValueDescription
CommandButton0The custom command will be rendered as a command button in the command bar.
ContextMenuItem1The custom command will be rendered as a context menu item.

See Also