Copyright © 2003-2024 MultiMedia Soft

ColorSurfaceNormal property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property ColorSurfaceNormal As SurfaceColor

 

[C#]

public SurfaceColor ColorSurfaceNormal {get; set;}

 

[C++]

public: __property SurfaceColor get_ColorSurfaceNormal();

public: __property void set_ColorSurfaceNormal(SurfaceColor);

 

 

Remarks

Background color settings for the button surface in Normal state (not pressed, nor focused, nor with the mouse over the button area).

This property is ignored when the Surface property is set to Surfaces.VistaAero, Surfaces.Office2003, Surfaces.Office2007 and no special effect has been set through the SpecialEffect property.

This property encapsulates the functionality of the SurfaceColor class.

In order to perform changes to color settings at Design-time take a look to the How to change the control colors section.