HEInsertLinkDialogRibbonCommand Constructors
A Ribbon item that invokes the “Insert Link” dialog, allowing a hyperlink to be inserted into the design view area.Name | Parameters | Description |
---|---|---|
HEInsertLinkDialogRibbonCommand() | none | Initializes a new instance of the HEInsertLinkDialogRibbonCommand class with default settings. |
HEInsertLinkDialogRibbonCommand(RibbonItemSize) | size | Initializes a new instance of the HEInsertLinkDialogRibbonCommand class with the specified item size. |
HEInsertLinkDialogRibbonCommand(String, RibbonItemSize) | text, size | Initializes a new instance of the HEInsertLinkDialogRibbonCommand class with the specified settings. |
HEInsertLinkDialogRibbonCommand(String) | text | Initializes a new instance of the HEInsertLinkDialogRibbonCommand class with the specified item text. |
See Also