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

HtmlEditorToolbarItem Constructors

Implements the base toolbar item functionality.
Name Parameters Description
HtmlEditorToolbarItem() none Initializes a new instance of the HtmlEditorToolbarItem class with default settings.
HtmlEditorToolbarItem(String, String, String, ViewStyle) text, commandName, toolTip, viewStyle Initializes a new instance of the HtmlEditorToolbarItem class with the specified settings.
HtmlEditorToolbarItem(String, String, String) text, commandName, toolTip Initializes a new instance of the HtmlEditorToolbarItem class with the specified settings.
HtmlEditorToolbarItem(String, String) text, commandName Initializes a new instance of the HtmlEditorToolbarItem class with the specified settings.
HtmlEditorToolbarItem(String) text Initializes a new instance of the HtmlEditorToolbarItem class with the specified text.
See Also