Skip to main content
A newer version of this page is available. .

HEInsertImageRibbonCommand Constructors

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