Class SfRichTextRibbon
Represents the root element of a ribbon user interface that hosts a Quick Access Toolbar, Application Menu, and tabs to provide basic rich text formatting options for a SfRichTextBoxAdv control.
Inheritance
System.Object
SfRichTextRibbon
Implements
System.IDisposable
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextRibbon.WPF.dll
Syntax
public class SfRichTextRibbon : Control, IDisposable
Constructors
SfRichTextRibbon()
Initializes a new instance of the SfRichTextRibbon class.
Declaration
public SfRichTextRibbon()
Methods
Dispose()
Releases all resources used by the SfRichTextRibbon instance.
Declaration
public void Dispose()
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Implements
System.IDisposable