Copyright © 2003-2024 MultiMedia Soft

ColorSurfaceDisabled property

Previous pageReturn to chapter overviewNext page

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.

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.

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