The ObjectMiniToolbar class is a mini toolbar that appears when the ShowMiniToolbar property is set to MiniToolbarButton.RightButton or MiniToolbarButton.LeftButton | MiniToolbarButton.RightButton, the right mouse button is released and the current context is a selected text frame, drawing frame or barcode frame (ContextMenuLocation.SelectedFrame). Its RibbonGroups collection contains context sensitive items which can be altered, extended or replaced during the TextControl.ObjectMiniToolbarInitialized event. An ObjectMiniToolbar is inherited from the MiniToolbar class. The following describes only the properties, methods and events defined through the ObjectMiniToolbar class.

Syntax

public class ObjectMiniToolbar : MiniToolbar
Public Class ObjectMiniToolbar
  Inherits MiniToolbar

Introduced: X15.

Enumerations

Enumeration Description
RibbonItem Each RibbonItem represents an item in a ObjectMiniToolbar.

Methods

Method Description
FindItem Finds a control that has the provided ObjectMiniToolbar.RibbonItem identifier.

Properties

Property Description
RibbonGroups Gets a collection of all ribbon groups in a MiniToolbar.
(Inherited from MiniToolbar)