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

HEInsertUnorderedListRibbonCommand Constructors

A Ribbon item that allows unordered list formatting to be applied to a paragraph whose content is selected within the design view area.
Name Parameters Description
HEInsertUnorderedListRibbonCommand() none Initializes a new instance of the HEInsertUnorderedListRibbonCommand class with default settings.
HEInsertUnorderedListRibbonCommand(RibbonItemSize) size Initializes a new instance of the HEInsertUnorderedListRibbonCommand class with the specified item size.
HEInsertUnorderedListRibbonCommand(String, RibbonItemSize) text, size Initializes a new instance of the HEInsertUnorderedListRibbonCommand class with the specified settings.
HEInsertUnorderedListRibbonCommand(String) text Initializes a new instance of the HEInsertUnorderedListRibbonCommand class with the specified item text.
See Also