TdxRibbonBackstageViewGalleryItem.PinKeyTip Property
Specifies a KeyTip for a group item’s pin.
Declaration
property PinKeyTip: string read; write;
Property Value
Type |
---|
string |
Remarks
This property allows you to set a keyboard shortcut that an item’s pin displays. A KeyTip of the item and pin are displayed simultaneously, so you need to pass through KeyTips of item’s parents (that is, tab sheet, gallery, and group) to reach them.
The KeyTip property has an effect if the following conditions are met:
The item that contains the current pin is enabled.
The gallery’s OptionsView.Item.PinMode property is set to bgipmTag or bgipmButton.
The gallery that contains the current item is nested to a backstage view tab sheet.
Note
A pin’s KeyTip corresponds to the “P[I]” construction ([I] – is the pin’s index) if the KeyTip property has no assigned value.
See Also