RibbonQuickAccessToolbar Methods
Represents the Quick Access Toolbar.| Name | Description |
|---|---|
| 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. |
| 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. |
| RestoreLayoutFromJson(Stream) | Loads the Quick Access Toolbar’s layout from a file in JSON format. |
| 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. |
| SaveLayoutToJson(Stream) | Saves the Quick Access Toolbar’s layout to a file in JSON format. |
| 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. |
See Also