Copyright © 1998-2015 MultiMedia Soft

ShadowMode property

Previous pageReturn to chapter overviewNext page

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

3dabm_i00003c

SHADOW_SOLID

1

Solid shadow

3dabm_i00003d

SHADOW_HALFBLURRED

2

Half blurred shadow

3dabm_i00003e

SHADOW_BLURRED

3

Blurred shadow

3dabm_i00003f