TcxShellOptions.ShowToolTip Property
Specifies if the shell control displays tooltips for shell items.
Declaration
property ShowToolTip: Boolean read; write; default True;
Property Value
Type | Default | Description |
---|---|---|
Boolean | True | If |
Remarks
A shell control can display a hint with additional shell item information depending on the shell item type. For example, the control displays a short description of a virtual shell folder, the creation date for a folder, the size for a file, etc.
The ShowToolTip
property’s default value is True
.
See Also