Skip to main content
A newer version of this page is available. .

RichEditControl.CreateRibbon() Method

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v19.1.dll

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