SmartColorCellSize Property

Description

Returns/sets a value that determines whether the color cells can resize automatically.

Usage

[form.][control.]SmartColorCellSize[ = Boolean]

Data Type

Boolean

Default

FALSE

Remarks

This property sets or returns a value that determines whether dropped down popup window color cells can resize to a suitable value, because dropped popup window would be too large after this value is specified to a big number. If true, ColorBoxWidth and ColorBoxHeight properties will be changed to a suitable value automatically.

See also ColorBoxWidth and ColorBoxHeight properties

Sample

ColorPicker1.SmartColorCellSize = TRUE