HtmlEditorToolbar Constructors
Represents a base class for toolbars.Name | Parameters | Description |
---|---|---|
HtmlEditorToolbar() | none | Initializes a new instance of the HtmlEditorToolbar class with default settings. |
HtmlEditorToolbar(String, HtmlEditorToolbarItem[]) | name, items | Initializes a new instance of the HtmlEditorToolbar class with the specified settings. |
HtmlEditorToolbar(String) | name | Initializes a new instance of the HtmlEditorToolbar class with the specified name. |
See Also