RibbonMiniToolbar Members
In This Article
#Constructors
Name | Description |
---|---|
Ribbon |
Initializes a new Ribbon |
Ribbon |
Initializes a new Ribbon |
#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. |
Allow |
Gets or sets a value indicating whether the toolbar remains visible when a popup menu is displayed. |
Allow |
Gets or sets whether tooltips can be displayed for items within the Ribbon |
Can |
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. |
Design |
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. |
Item |
Provides access to a collection of item links displayed by the toolbar. |
Opacity |
Provides access to the toolbar opacity options. |
Parent |
Gets or sets the parent control which owns the toolbar. |
Popup |
Gets or sets a popup menu to be displayed simultaneously with the toolbar. |
Ribbon | Gets a Ribbon Control that owns the toolbar. |
Row |
Gets or sets the number of item link rows for this Ribbon |
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 Ribbon |
#Methods
Name | Description |
---|---|
Allow |
For internal use. |
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Hide() | Hides the toolbar. |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Show |
Displays the toolbar at the specified position. |
To |
Gets the textual representation of this Ribbon |
#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