RibbonMiniToolbar Properties
A popup toolbar whose transparency depends on the distance from the mouse cursor to it.| Name | Description |
|---|---|
| Alignment | Gets or sets the toolbar’s alignment relative to the mouse cursor. This alignment is used when the toolbar is displayed. |
| AllowShowingWhenPopupIsOpen | Gets or sets a value indicating whether the toolbar remains visible when a popup menu is displayed. |
| AllowToolTips | Gets or sets whether tooltips can be displayed for items within the RibbonMiniToolbar. |
| CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
| Container | Gets the IContainer that contains the Component. Inherited from Component. |
| DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
| Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
| ItemLinks | Provides access to a collection of item links displayed by the toolbar. |
| OpacityOptions | Provides access to the toolbar opacity options. |
| ParentControl | Gets or sets the parent control which owns the toolbar. |
| PopupMenu | Gets or sets a popup menu to be displayed simultaneously with the toolbar. |
| Ribbon | Gets a Ribbon Control that owns the toolbar. |
| RowCount | Gets or sets the number of item link rows for this RibbonMiniToolbar. |
| Site | Gets or sets the ISite of the Component. Inherited from Component. |
| Tag | Gets or sets an object that contains custom data for the current RibbonMiniToolbar object. |
See Also