Copyright © 2003-2023 MultiMedia Soft

VistaLook property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property VistaLook As Ctl3d.VistaLooks

 

[C#]

public Ctl3d.VistaLooks VistaLook {get; set;}

 

[C++]

public: __property Ctl3d.VistaLooks get_VistaLook ();

public: __property void set_VistaLook (Ctl3d.VistaLooks);

 

 

Remarks

The look of the button when in normal state.

Supported values are the following:

Enumerated value

Value

Meaning

VistaLooks.LookStandard

0 (default)

Standard look

3dcm_i000178

VistaLooks.LookHover

1

Hover look

3dcm_i000179

VistaLooks.LookChecked

2

Hover look

3dcm_i000179

VistaLooks.LookFlat

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.

3dcm_i00017b

 

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