EnableDefaultItem Property

Description

Returns/sets a value that determines whether the control popup window has a default color item.

Usage

[form.][control.]EnableDefaultItem[ = Boolean]

Data Type

Boolean

Default

FALSE

Remarks

This property sets or returns a value that determines whether the color popup window has a default color item, the default color item color can be any color, it generally stores a special color to restore user’s choose.

All related default item features will be unavailable if this property set to False.

Sample

ColorPicker1.EnableDefaultItem= TRUE