HEFullscreenRibbonCommand Constructors
A Ribbon item that toggles the full-screen mode within the design view area.Name | Parameters | Description |
---|---|---|
HEFullscreenRibbonCommand() | none | Initializes a new instance of the HEFullscreenRibbonCommand class with default settings. |
HEFullscreenRibbonCommand(RibbonItemSize) | size | Initializes a new instance of the HEFullscreenRibbonCommand class with the specified item size. |
HEFullscreenRibbonCommand(String, RibbonItemSize) | text, size | Initializes a new instance of the HEFullscreenRibbonCommand class with the specified settings. |
HEFullscreenRibbonCommand(String) | text | Initializes a new instance of the HEFullscreenRibbonCommand class with the specified item text. |
See Also