RichEditControl.AddToolbarToMenuManager(RichEditToolbarType) Method
Adds a set of toolbars to the BarManager at runtime.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
toolbarType | RichEditToolbarType | One of the RichEditToolbarType enumeration values indicating the toolbar(s) to be added. |
Remarks
The AddToolbarToMenuManager method adds given toolbars to the existing BarManager. Call the RichEditControl.CreateBars method to create a new BarManager containing necessary toolbars.
See Also