HESelectAllRibbonCommand Constructors
A Ribbon item that allows you to select all content.| Name | Parameters | Description |
|---|---|---|
| HESelectAllRibbonCommand() | none | Initializes a new instance of the object. |
| HESelectAllRibbonCommand(RibbonItemSize) | size | Initializes a new instance of the object. |
| HESelectAllRibbonCommand(String, RibbonItemSize) | text, size | Initializes a new instance of the object. |
| HESelectAllRibbonCommand(String) | text | Initializes a new instance of the object. |
See Also