TdxBarItemControl.ShortCut Property
In This Article
Returns the item control’s shortcut.
#Declaration
Delphi
property ShortCut: TShortCut read;
#Property Value
Type | Description |
---|---|
TShort |
The shortcut associated with the item control. |
#Remarks
The ShortCut
property returns the ShortCut property value of the underlying bar item.
See Also