Skip to main content
A newer version of this page is available. .

RibbonMiniToolbar Members

A popup toolbar whose transparency depends on the distance from the mouse cursor to it.

Constructors

Name Description
RibbonMiniToolbar() Initializes a new RibbonMiniToolbar class instance.
RibbonMiniToolbar(IContainer) Initializes a new RibbonMiniToolbar class instance with the specified container.

Properties

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.

Methods

Name Description
AllowUseFormForTests(Boolean, Boolean) static For internal use.
CreateObjRef(Type) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject.
Dispose() Releases all resources used by the Component. Inherited from Component.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetLifetimeService() Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject.
GetService(Type) protected Returns an object that represents a service provided by the Component or by its Container. Inherited from Component.
GetType() Gets the Type of the current instance. Inherited from Object.
Hide() Hides the toolbar.
InitializeLifetimeService() Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MemberwiseClone(Boolean) protected Creates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Show(Point) Displays the toolbar at the specified position.
ToString() Gets the textual representation of this RibbonMiniToolbar object.

Events

Name Description
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
Hiding Occurs when the toolbar is about to be hidden.
See Also