ToolbarExportDropDownItem Constructors
An individual item within a toolbar drop down export menu.Name | Parameters | Description |
---|---|---|
ToolbarExportDropDownItem() | none | Initializes a new instance of the ToolbarExportDropDownItem class with the default settings. |
ToolbarExportDropDownItem(HtmlEditorExportFormat, String, Boolean) | format, text, beginGroup | Initializes a new instance of the ToolbarExportDropDownItem class with the specified settings. |
ToolbarExportDropDownItem(HtmlEditorExportFormat, String, String, Boolean) | format, text, toolTip, beginGroup | Initializes a new instance of the ToolbarExportDropDownItem class with the specified settings. |
ToolbarExportDropDownItem(HtmlEditorExportFormat, String, String) | format, text, toolTip | Initializes a new instance of the ToolbarExportDropDownItem class with the specified settings. |
ToolbarExportDropDownItem(HtmlEditorExportFormat, String) | format, text | Initializes a new instance of the ToolbarExportDropDownItem class with the specified settings. |
ToolbarExportDropDownItem(HtmlEditorExportFormat) | format | Initializes a new instance of the ToolbarExportDropDownItem class with the specified setting. |
See Also