TdxNavBarCommonBehaviorOptions.ShowLinksHint Property
In This Article
Specifies whether hints are shown for links.
#Declaration
Delphi
property ShowLinksHint: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set this property to True to enable link hints.
To specify the hint text for links of a particular item, use the item’s Hint property.
The default value of the ShowLinksHint property is False.
See Also