Copyright © 1998-2015 MultiMedia Soft

PictureReflectivityEnabled property

Previous pageReturn to chapter overviewNext page

Type

BOOL for Visual C++

boolean for Visual Basic

 

 

Syntax

object.PictureReflectivityEnabled   [=boolean]

 

 

Remarks

Boolean value that determines if a picture will result reflected over the button surface.

Below you can see two buttons: the left one doesn't have reflectivity enabled, the right one does.

3dabm_i00012a     3dabm_i00012c

Reflectivity applied to the picture can be fine tuned using the PictureReflectivityPerc and PictureReflectHeightPerc properties.

Applies to the Picture, PicturePressed, PictureMouseOver and PictureDisabled properties .

Supported values are the following:

Value

Meaning

FALSE (default)

Reflectivity is disabled

TRUE

Reflectivity is enabled

 

 

See also

How to display bitmaps and animations section.