Property DisabledBackColor
DisabledBackColor
Definiert die Hintergrundfarbe, wenn das Control deaktiviert ist. Diese Einstellung kann für ComboboxDesignViewModel und EditboxDesignViewModel gesetzt werden.
Declaration
[DocfxBrowsable]
[ControlStylesBrowsable(true)]
public Color? DisabledBackColor { get; set; }
Property Value
System.Nullable<System.Drawing.Color>