EnableShadow Property

Description

Returns/sets a value that determines whether the control shadows are visible or hidden.

Usage

[form.][control.]EnableShadow[ = Boolean]

Data Type

Boolean

Default

TRUE

Remarks

This property sets or returns an value determines whether the control color button and dropped popup window have shadow, these shadows have global features, and if this property sets to False, all related shadow features will be unavailable.

Refer to ShadowColor, ShadowDepth, ShadowFadeIn, ShadowFadeTime, ShadowSoft and ShadowTransparency properties.

Sample

ColorPicker1.EnableShadow = False