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

HEInsertAudioDialogRibbonCommand Constructors

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