TdxRibbonBackstageViewGalleryControlOptionsViewItem.PinMode Property
Switches the use of pinned items.
#Declaration
property PinMode: TdxRibbonBackstageViewGalleryItemPinMode read; write; default bgipmNone;
#Property Value
Type | Default |
---|---|
Tdx |
bgipm |
#Remarks
Options include:
Value | Description |
---|---|
bgipm |
No pinned items. |
bgipm |
Enables pinned items. Pins are displayed as tags. Unlike buttons (see bgipm |
bgipm |
Enables pinned items. Pins are displayed as buttons. Unlike tags (see bgipm |
You can hide pins within individual gallery items via an item’s AllowChangePinnedState property. To respond to clicking pins, handle the Backstage View gallery’s OnItemPinClick event.
The default value of the PinMode property is bgipmNone.