Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
SpecialEffectFactor property 
 
Type
long for Visual C++ 
enumGrds for Visual Basic
 
 
Syntax
object.SpecialEffectFactor  [=enumGrds]
 
 
Remarks
The degree of the special effect applied to the button surface. 
Notes: This property is useful only if a special effect has been applied through the SpecialEffect property. 
Supported values are the following (The examples on this page are from Raised buttons): 
Mnemonic constant
Value
Meaning
SPECEFF_VERYHIGH
0 (default)
Very high (best for large buttons).  
SPECEFF_HIGH
1
High
SPECEFF_MEDIUM
2
Medium 
SPECEFF_LOW
3
Low
SPECEFF_VERYLOW
4
Very low (best for small sized buttons) 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index