menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MiniToolBar - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved