Copyright © 2003-2024 MultiMedia Soft

VistaColorGlossyEmphLowerPressed property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Overrides Public Property VistaColorGlossyEmphLowerPressed As Color

 

[C#]

public override Color VistaColorGlossyEmphLowerPressed {get; set;}

 

[C++]

public: __property Color get_VistaColorGlossyEmphLowerPressed();

public: __property void set_VistaColorGlossyEmphLowerPressed(Color);

 

 

Remarks

The gradient color used for emphasizing the lower portion of the glossy effect when the control is in pressed state.

Below the button with its default value on the left and with the VistaColorGlossyEmphUpperPressed property set to yellow on the right:

3dcm_i000162     3dcm_i000164

The gradient effect of this color can be enhanced/reduced through the VistaOpacityGlossyEmphLowerPressed property

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