TdxBarManager.ShowHintForDisabledItems Property
Specifies whether to show a hint for disabled items.
Declaration
property ShowHintForDisabledItems: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
If the ShowHintForDisabledItems property is set to True, a hint is shown for every item control on the toolbars, including disabled item controls. A hint for disabled item controls will be shown if the bar manager’s ShowHint property is set to True.
The hint text of an item is specified by its Hint property. To include the item control’s shortcut in the hint’s text, use the ShowShortCutInHint property.
The default value of the ShowHintForDisabledItems property is True.
See Also