RibbonQuickAccessToolbar Members
Represents the Quick Access Toolbar.Constructors
Name | Description |
---|---|
RibbonQuickAccessToolbar(RibbonControl) | Initializes a new instance of the RibbonQuickAccessToolbar class. |
Properties
Name | Description |
---|---|
ItemLinks | Gets a collection of item links. |
Ribbon | Gets the Ribbon Control that owns the current RibbonQuickAccessToolbar instance. |
ShowCustomizeItem | Gets or sets whether the customize item is displayed within the Quick Access Toolbar. |
Tag | Gets or sets an object that contains data on the current RibbonQuickAccessToolbar object. |
Methods
Name | Description |
---|---|
Dispose() | Releases all resources used by the current object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
IsToolbarCustomizationItem(BarItemLink) | Gets whether the specified link represents the RibbonQuickAccessToolbar's customize button. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
RestoreLayoutFromRegistry(String) | Restores the layout of the RibbonQuickAccessToolbar's items from the system registry. |
RestoreLayoutFromStream(Stream) | Restores the layout of the RibbonQuickAccessToolbar's items from a stream. |
RestoreLayoutFromXml(String) | Restores the layout of the RibbonQuickAccessToolbar's items from an XML file. |
SaveLayoutToRegistry(String) | Saves the layout of the RibbonQuickAccessToolbar's items to the system registry. |
SaveLayoutToStream(Stream) | Saves the layout of the RibbonQuickAccessToolbar's items to a stream. |
SaveLayoutToXml(String) | Saves the layout of the RibbonQuickAccessToolbar's items to an XML file. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Events
Name | Description |
---|---|
LinksChanged | Occurs whenever this RibbonQuickAccessToolbar's BarItemLink collection is modified. |
See Also
Feedback