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

Syntax

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

Remarks

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