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