HEUndoRibbonCommand Constructors
A ribbon item that allows the previous action performed within the design view area to be canceled.Name | Parameters | Description |
---|---|---|
HEUndoRibbonCommand() | none | Initializes a new instance of the HEUndoRibbonCommand class with default settings. |
HEUndoRibbonCommand(RibbonItemSize) | size | Initializes a new instance of the HEUndoRibbonCommand class with the specified item size. |
HEUndoRibbonCommand(String, RibbonItemSize) | text, size | Initializes a new instance of the HEUndoRibbonCommand class with the specified settings. |
HEUndoRibbonCommand(String) | text | Initializes a new instance of the HEUndoRibbonCommand class with the specified item text. |
See Also