TcxCustomShellTreeView.ShowInfoTips Property
Specifies whether tooltips are displayed for shell items.
Declaration
property ShowInfoTips: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set the ShowInfoTips
property to True
to display tooltips for shell items. These tooltips contain display information specific to the shell item type:
- A short description for virtual shell items.
- The total size and a list of the contained folders and files for folders.
The ShowInfoTips
property’s default value is True
.
See Also