ToolbarExportDropDownButton Constructors
A default toolbar button that invokes a drop down menu containing a list of available document formats, to which the editor’s content can be exported.Name | Parameters | Description |
---|---|---|
ToolbarExportDropDownButton() | none | Initializes a new instance of the ToolbarExportDropDownButton class with the default settings. |
ToolbarExportDropDownButton(Boolean, Boolean) | beginGroup, visible | Initializes a new instance of the ToolbarExportDropDownButton class with the specified settings. |
ToolbarExportDropDownButton(Boolean) | beginGroup | Initializes a new instance of the ToolbarExportDropDownButton class with the specified setting. |
See Also