Skip to main content

RichEditControl.AddToolbarToMenuManager(RichEditToolbarType) Method

Adds a set of toolbars to the BarManager at runtime.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

Declaration

public void AddToolbarToMenuManager(
    RichEditToolbarType toolbarType
)

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