Skip to main content

RichEditControl.CreateRibbon() Method

Creates a set of ribbon tabs with RichEditControl-specific actions at runtime.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v22.2.dll

NuGet Package: DevExpress.Win.RichEdit

Declaration

public RibbonControl CreateRibbon()

Returns

Type Description
RibbonControl

A RibbonControl object containing all RichEditControl-specific ribbon tabs.

Example

RibbonControl ribbon = richEditControl1.CreateRibbon();
this.Controls.Add(ribbon);
See Also