Description
Returns/sets the custom item color cell hint text.
Usage
[form.][control.]CustomCellToolTip[ = String]
Data Type
String
Default
"Custom Color"
Remarks
This property sets or returns the control custom item color cell tooltip text. Tooltip can be sets fore color and background color with TooltipForeColor and TooltipBackColor, it can be displays multi-line texts, and that no tool's line length pixels exceeds roughly TooltipMaxWidth property value, it can be also sets the tooltip window show time with TooltipDelayTime property, tooltip’s left margin can be sets by TooltipMargin property, These property dependences on EnableToolTip property.
Refer to IndicatorToolTip property, and see also related properties above.
Sample
If ColorPicker1.WhoIsSelected = 2 then
ColorPicker1.CustomCellToolTip = CStr(ColorPicker1.Value)
End if