Protected Overrides Sub OnEnabledChanged(e As EventArgs) MyBase.OnEnabledChanged(e) If Not Me.Enabled Then Me.BackColor = Color.Black End If End Sub