Description
Returns/sets a value that determines whether the control has a hint text when the mouse paused over the control.
Usage
[form.][control.]EnableToolTips[ = Boolean]
Data Type
Boolean
Default
FALSE
Remarks
This property sets or returns a value that determines whether the control has a hint text when the mouse paused over the control. This is a global property, enable and disable all tooltips to whole control, includes color button, default item button, default item color cell, color cells, custom item button and custom item color cell.
Refer to other related tooltips properties.
Sample
ColorPicker1.EnableToolTips = True