Back to Devexpress

RibbonQuickAccessToolbar Methods

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonquickaccesstoolbar-dot-underscore-methods.md

latest4.8 KB
Original Source

RibbonQuickAccessToolbar Methods

Represents the Quick Access Toolbar.

NameDescription
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.
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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

RibbonQuickAccessToolbar Class

RibbonQuickAccessToolbar Members

DevExpress.XtraBars.Ribbon Namespace