Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
ColorSurfaceDisabled property 
 
Type
[Visual Basic] 
Public Property ColorSurfaceDisabled As SurfaceColor 
 
[C#] 
public SurfaceColor ColorSurfaceDisabled {get; set;} 
 
[C++] 
public: __property SurfaceColor get_ColorSurfaceDisabled(); 
public: __property void set_ColorSurfaceDisabled(SurfaceColor);
 
 
Remarks
Background settings color of the button surface in Disabled state. 
If this color should be left undefined, the current colors settings would be kept. 
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