The WPF.TextMiniToolbar class is a mini toolbar that appears when ShowMiniToolbar property is set to MiniToolbarButton.LeftButton, MiniToolbarButton.RightButton or MiniToolbarButton.LeftButton | MiniToolbarButton.RightButton, the left or right mouse button is released and the current context is selected text (ContextMenuLocation.TextSelection), text at the input position (ContextMenuLocation.TextInputPosition) or an input position inside a table (ContextMenuLocation.Table). The FrameworkElement.FindName method can be used to get a certain item and manipulate, move or delete it during the WPF.TextControl.TextMiniToolbarInitialized event. An TextMiniToolbar is inherited from the WPF.MiniToolbar class. The following describes only the properties, methods and events defined through the TextMiniToolbar class.

Syntax

public class TextMiniToolbar : MiniToolbar
Public Class TextMiniToolbar
  Inherits MiniToolbar

Introduced: X15.

Enumerations

Enumeration Description
RibbonItem Each RibbonItem represents an item in a WPF.TextMiniToolbar.