Class MiniToolBar
Displays a mini-toolbar to provide formatting options in a SfRichTextBoxAdv control.
Inheritance
System.Object
MiniToolBar
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public class MiniToolBar : Control
Constructors
MiniToolBar(SfRichTextBoxAdv)
Initializes a new instance of the MiniToolBar class for the specified SfRichTextBoxAdv.
Declaration
public MiniToolBar(SfRichTextBoxAdv owner)
Parameters
Type | Name | Description |
---|---|---|
SfRichTextBoxAdv | owner | The SfRichTextBoxAdv instance to which the MiniToolBar is associated. |
Methods
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()
OnMouseLeave(MouseEventArgs)
Invoked when an unhandled System.Windows.Input.Mouse.MouseUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseEventArgs | e | The System.Windows.Input.MouseButtonEventArgs that contains the event data. The event data reports that the mouse leave the control. |