DefaultItemToolTip Property

Description

Returns/sets the default item button hint text.

Usage

[form.][control.]DefaultItemToolTip[ = String]

Data Type

String

Default

"Default Color"

Remarks

This property sets or returns the control default 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.DefaultItemToolTip = “Default”