ColorBoxTooltips Property

Description

Returns/sets the color cells joined tooltips string of popup window.

Usage

[form.][control.]ColorBoxTooltips[ = String]

Data Type

String

Default

“”

Remarks

ColorBoxTooltips is a joined string which contains tooltips mapped to palette popup window color cells, as the following description:

String Structure: Tooltip0; Tooltip1; Tooltip2;…; Tooltip255

This property is simplified by SetColorCellToolTip and GetColorCellToolTip methods. If this property straight inputting and modifying is discommodious, please use SetColorCellToolTip and GetColorCellToolTip methods.

See also SetColorCellToolTip and GetColorCellToolTip methods.

Notes: 1. Any sub tooltip string DO NOT contains character “;”;

2. Color cells tooltip texts will not synchronize automatically after its value is changed. All color cells tooltip texts need be modify manually if you hope it has meaning, refer to SetColorCellToolTip method.

Sample

ColorPicker1.ColorBoxTooltips = “RGB (255, 255, 255); RGB (0, 255, 212); Marked Color; …; RGB (112, 255, 255)”