Copyright © 1998-2015 MultiMedia Soft

VistaLook property

Previous pageReturn to chapter overviewNext page

Type

short for Visual C++

enumVistaLooks for Visual Basic

 

 

Syntax

object.VistaLook [=enumVistaLooks]

 

 

Remarks

The look of the button when in normal state.

Supported values are the following:

Mnemonic constant

Value

Meaning

VISTA_LOOK_STANDARD

0 (default)

Standard look

3dabm_i00014e

VISTA_LOOK_HOVER

1

Hover look

3dabm_i00014f

VISTA_LOOK_CHECKED

2

Checked look

3dabm_i000150

VISTA_LOOK_FLAT

3

Flat look: in this state the surface of button appears completely hidden apart from its texts and pictures: when the mouse hovers the button, as seen on the picture below, its surface will appear in mouse over state.

3dabm_i000152

For further details about settings for the Vista's Aero style, see the How to manage colors of Vista's Aero style tutorial.