Skip to main content
A newer version of this page is available. .

HERibbonToggleCommandBase Constructors

Serves as a base for classes specifying toolbar items that support toggle functionality.
Name Parameters Description
HERibbonToggleCommandBase() none Initializes a new instance of the HERibbonToggleCommandBase class with default settings.
HERibbonToggleCommandBase(RibbonItemSize) size Initializes a new instance of the HERibbonToggleCommandBase class with the specified item size.
HERibbonToggleCommandBase(String, RibbonItemSize) text, size Initializes a new instance of the HERibbonToggleCommandBase class with the specified settings.
HERibbonToggleCommandBase(String) text Initializes a new instance of the HERibbonToggleCommandBase class with the specified item text.
See Also