RecentItemsPropertySet - harborsiem/WinForms-Ribbon GitHub Wiki
RecentItemsPropertySet
This class is used in RibbonRecentItems control which are set to RecentItems IList. It is a helper class which implements COM interface IUISimplePropertySet.
Public constructors, methods, properties and events:
Constructors:
| Name | Description |
|---|---|
| RecentItemsPropertySet() | Initializes a new instance of the RecentItemsPropertySet class. |
Methods:
| Name | Description |
|---|---|
| Clone() | Makes a copy of the RecentItemsPropertySet. |
Properties:
| Name | Description |
|---|---|
| Label | Get, Set a Label (LabelTitle) string. |
| LabelDescription | Get, Set a Description string. |
| Pinned | Get, Set a Pinned status. |
Events: