RichEditControl.AddToolbarToMenuManager(RichEditToolbarType) Method
In This Article
Adds a set of toolbars to the BarManager at runtime.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.2.dll
NuGet Package: DevExpress.Win.RichEdit
#Declaration
public void AddToolbarToMenuManager(
RichEditToolbarType toolbarType
)
#Parameters
Name | Type | Description |
---|---|---|
toolbar |
Rich |
One of the Rich |
#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