|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
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 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.
|