GalleryItemPropertySet - harborsiem/WinForms-Ribbon GitHub Wiki
GalleryItemPropertySet
This class is used in Gallery controls (RibbonComboBox, RibbonDropDownGallery, RibbonInRibbonGallery, RibbonSplitGallery) which are set to a CommandType.Collection for the GalleryItemItemsSource (ItemsSource). It is a helper class which implements COM interface IUISimplePropertySet and is derived from abstract class AbstractPropertySet which implements IUISimplePropertySet.
Public constructors, methods, properties and events:
Constructors:
| Name | Description |
|---|---|
| GalleryItemPropertySet() | Initializes a new instance of the GalleryItemPropertySet class. |
Methods:
Properties:
| Name | Description |
|---|---|
| CategoryId | Get, Set a CategoryId. |
| Label | Get, Set a Label (LabelTitle) string. |
| ItemImage | Get, Set UIImage. |
| Tag | Get, Set an optional Tag. |
Events: