Gets or sets the mini toolbar, which will be shown. To completely suppress a mini toolbar, the Cancel Property must be set to true. The property's value is of the type MiniToolbar.

Syntax

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

Remarks

If the WPF.MiniToolbar represents an object of type WPF.TextMiniToolbar or WPF.ObjectMiniToolbar it is recommended to use this property for toggling the visibility of their added or built-in context sensitive items. Determining the structure of these items should be handled by the WPF.TextControl.TextMiniToolbarInitialized or WPF.TextControl.ObjectMiniToolbarInitialized event.