Copyright © 1998-2015 MultiMedia Soft

SpecialEffectFactor property

Previous pageReturn to chapter overviewNext page

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

3dabm_i000039

SPECEFF_HIGH

1

High

SPECEFF_MEDIUM

2

Medium

3dabm_i00003a

SPECEFF_LOW

3

Low

SPECEFF_VERYLOW

4

Very low (best for small sized buttons)

3dabm_i00003b