Copyright © 2003-2024 MultiMedia Soft

VistaColorGlossyEmphUpperPressed property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Overrides Public Property VistaColorGlossyEmphUpperPressed As Color

 

[C#]

public override Color VistaColorGlossyEmphUpperPressed {get; set;}

 

[C++]

public: __property Color get_VistaColorGlossyEmphUpperPressed();

public: __property void set_VistaColorGlossyEmphUpperPressed(Color);

 

 

Remarks

The gradient color used for emphasizing the upper 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_i000163

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

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