Description
Returns/sets the shadow color of the control.
Usage
[form.][control.]ShadowColor[ = OLE_COLOR]
Data Type
OLE_COLOR
Default
&H0
Remarks
This property sets or returns the control shadows color, this is a global property, all shadows has common attributes and it dependences on EnableShadow property.
See also EnableShadow property.
Sample
ColorPicker1.ShadowColor = RGB (255, 0, 0)