The WPF.MiniToolbar class is the base class of the built-in mini-toolbars of a WPF.TextControl. A mini-toolbar is a contextual toolbar showing elements to format the document depending on the current context. It is inherited from the System.Windows.Controls.Primitives.Popup class. The following describes only the properties, methods and events defined through the WPF.MiniToolbar class. For a list of properties, methods and events inherited from the System.Windows.Controls.Primitives.Popup class see the .NET Framework reference.

Syntax

public class MiniToolbar : System.Windows.Controls.Primitives.Popup
Public Class MiniToolbar
  Inherits System.Windows.Controls.Primitives.Popup

Introduced: X15.