Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
ShadowMode property 
 
Type
long for Visual C++ 
enumShadowModes for Visual Basic
 
 
Syntax
object.ShadowMode  [=enumShadowModes]
 
 
Remarks
The shadow applied to the button. 
The color used to render the shadow can be modified through the ShadowColor property. 
Supported values are the following: 
Mnemonic constant
Value
Meaning
SHADOW_NONE
0 (default)
No shadow 
SHADOW_SOLID
1
Solid shadow 
SHADOW_HALFBLURRED
2
Half blurred shadow 
SHADOW_BLURRED
3
Blurred shadow 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index