Description
Returns/sets the custom item button hint text.
Usage
[form.][control.]CustomButtonToolTip[ = String]
Data Type
String
Default
"More Color"
Remarks
This property sets or returns the control custom item button 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
ColorPicker1.CustomButtonToolTip = “Browse Color…”