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

HERibbonCommandBase Constructors

The base class for Ribbon toolbar items.
Name Parameters Description
HERibbonCommandBase() none Initializes a new instance of the HERibbonCommandBase class with default settings.
HERibbonCommandBase(RibbonItemSize) size Initializes a new instance of the HERibbonCommandBase class with the specified item size.
HERibbonCommandBase(String, RibbonItemSize) text, size Initializes a new instance of the HERibbonCommandBase class with the specified settings.
HERibbonCommandBase(String) text Initializes a new instance of the HERibbonCommandBase class with the specified item text.
See Also