Considering which event (WPF.TextControl.TextMiniToolbarInitialized or WPF.TextControl.ObjectMiniToolbarInitialized) is raised the property provides an object of type WPF.TextMiniToolbar or WPF.ObjectMiniToolbar that can be altered, extended or completely replaced. The property value is of the type WPF.MiniToolbar.

Syntax

public WPF.MiniToolbar MiniToolbar { get; set; }
Public Property MiniToolbar() As WPF.MiniToolbar

Remarks

Additional context sensitive items should only be added with this property. For toggling the visibility of items it is recommended to access the WPF.MiniToolbarOpeningEventArgs.MiniToolbar property when the WPF.TextControl.MiniToolbarOpening event is raised.