Back to Devexpress

RibbonMiniToolbar Members

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonminitoolbar-dot-underscore-members.md

latest10.0 KB
Original Source

RibbonMiniToolbar Members

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

Constructors

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

Properties

NameDescription
AlignmentGets or sets the toolbar’s alignment relative to the mouse cursor. This alignment is used when the toolbar is displayed.
AllowShowingWhenPopupIsOpenGets or sets a value indicating whether the toolbar remains visible when a popup menu is displayed.
AllowToolTipsGets or sets whether tooltips can be displayed for items within the RibbonMiniToolbar.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ContainerGets the IContainer that contains the Component. Inherited from Component.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
ItemLinksProvides access to a collection of item links displayed by the toolbar.
OpacityOptionsProvides access to the toolbar opacity options.
ParentControlGets or sets the parent control which owns the toolbar.
PopupMenuGets or sets a popup menu to be displayed simultaneously with the toolbar.
RibbonGets a Ribbon Control that owns the toolbar.
RowCountGets or sets the number of item link rows for this RibbonMiniToolbar.
SiteGets or sets the ISite of the Component. Inherited from Component.
TagGets or sets an object that contains custom data for the current RibbonMiniToolbar object.

Methods

NameDescription
AllowUseFormForTests(Boolean, Boolean) staticFor 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) staticDetermines 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) protectedReturns 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
MemberwiseClone(Boolean) protectedCreates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject.
ReferenceEquals(Object, Object) staticDetermines 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

NameDescription
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
HidingOccurs when the toolbar is about to be hidden.

See Also

RibbonMiniToolbar Class

DevExpress.XtraBars.Ribbon Namespace