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)
|
|