TdxRibbonBackstageViewGalleryItem.KeyTip Property
Specifies a KeyTip for a gallery group’s item.
Declaration
property KeyTip: string read; write;
Property Value
Type |
---|
string |
Remarks
This property allows you to set a keyboard shortcut to reach any item within a backstage view gallery. To access an item’s KeyTip, you need to pass through KeyTips of its parents (that is, tab sheet, gallery and group).
The KeyTip property has an effect if a gallery that contains the current item is nested to a backstage view tab sheet and the item is enabled.
Depending on the item’s glyph and its size, the KeyTip:
Condition | Description | Example |
---|---|---|
The item has no glyph | Is placed at the top-left edge of the item’s client area. | |
The item has a glyph | Is placed at the top-left edge of the item’s glyph’s client area. |
Note
An item’s KeyTip corresponds to the “I[I]” construction ([I] – is the item’s index) if the KeyTip property has no assigned value.
See Also