TdxBarItemOptions.ShowShortCuts Property
In This Article
Specifies if bar item shortcuts are visible.
#Declaration
Delphi
property ShowShortCuts: Boolean read; write;
#Property Value
Type | Description |
---|---|
Boolean |
|
#Remarks
For the Application Menu, the default value of the ShowShortCuts
property is False
; otherwise, True
.
See Also