Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
ColorSurfaceInternal property 
 
Type
[Visual Basic] 
Public Property ColorSurfaceInternal As SurfaceColor 
 
[C#] 
public SurfaceColor ColorSurfaceInternal {get; set;} 
 
[C++] 
public: __property SurfaceColor get_ColorSurfaceInternal(); 
public: __property void set_ColorSurfaceInternal(SurfaceColor);
 
 
Remarks
Background color settings of the internal portion of the button surface when a special effect has been applied (see SpecialEffect property for details about special effects). 
 
If this color should be left undefined, the ColorSurfaceNormal property settings would be kept: you can swap the colors of the internal portion with the colors of the external portion through the SwapEffectsColors 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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index