Skip to main content
A newer version of this page is available. .
Tab

RibbonGalleryItem Members

A gallery item that can be displayed in the gallery bar (RibbonGalleryBarItem) or drop-down gallery (RibbonGalleryDropDownItem) items.

Constructors

Name Description
RibbonGalleryItem() Initializes a new instance of the RibbonGalleryItem class with default settings.
RibbonGalleryItem(String) Initializes a new instance of the RibbonGalleryItem class with the specified text.

Properties

Name Description
Collection Gets the collection to which an item belongs. Inherited from CollectionItem.
Group Gets the gallery group to which the current item belongs.
Image Gets the settings of an image displayed by the gallery item.
Index Gets or sets the item’s index within the collection. Inherited from CollectionItem.
Text Gets or sets the text content of the current item.
ToolTip Gets or sets the current gallery item’s tooltip text.
Value Specifies the item value.
ValueString For internal use only.
Visible Gets or sets a value specifying the visibility of the current gallery item.

Methods

Name Description
Assign(CollectionItem) Copies the settings from the specified CollectionItem object to the current object.
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.
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.
ToString() Returns the string that represents the current object. Inherited from CollectionItem.
See Also