NoTooltips property


Available for TreeView and Slider objects.

Read/Write only at design time

For TreeView objects specifies whether the control displays the entire contents of an item with a tooltip. It can be one of the following values:

TRUE    The TreeView object does not support tooltips for items.
FALSE  The TreeView object displays a tooltip when the entire contents of an item does not fit the width of the object (default).


For Slider objects specifies whether the control displays a tooltip with the slider's current position. It can be one of the following values:

TRUE    The Slider object does not display a tooltip with the slider's current position.
FALSE  The Slider object displays a tooltip with the slider's current position (default).