CategoriesPropertySet - harborsiem/WinForms-Ribbon GitHub Wiki

CategoriesPropertySet

This class is used in Gallery controls (RibbonComboBox, RibbonDropDownGallery, RibbonInRibbonGallery, RibbonSplitGallery) for the GalleryCategories (Categories). 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
CategoriesPropertySet() Initializes a new instance of the CategoriesPropertySet class.

Methods:

Properties:

Name Description
CategoryId Get, Set a CategoryId.
Label Get, Set a Label (LabelTitle) string.
Tag Get, Set an optional Tag.

Events: