jj 13.04. active color für listbox
This commit is contained in:
@@ -565,6 +565,10 @@ Public Class ClassControlBuilder
|
||||
ActiveControl.BackColor = ActiveColor
|
||||
Case "System.Windows.Forms.PictureBox"
|
||||
ActiveControl.BackColor = ActiveColor
|
||||
Case "DevExpress.XtraEditors.CheckedListBoxControl"
|
||||
ActiveControl.BackColor = ActiveColor
|
||||
Case "DevExpress.XtraEditors.ListBoxControl"
|
||||
ActiveControl.BackColor = ActiveColor
|
||||
End Select
|
||||
End Sub
|
||||
|
||||
@@ -590,6 +594,10 @@ Public Class ClassControlBuilder
|
||||
inctrl.BackColor = SystemColors.Control
|
||||
Case "System.Windows.Forms.GroupBox"
|
||||
inctrl.BackColor = SystemColors.Control
|
||||
Case "DevExpress.XtraEditors.CheckedListBoxControl"
|
||||
inctrl.BackColor = Color.White
|
||||
Case "DevExpress.XtraEditors.ListBoxControl"
|
||||
inctrl.BackColor = Color.White
|
||||
Case "System.Windows.Forms.PictureBox"
|
||||
inctrl.BackColor = SystemColors.ControlDark
|
||||
|
||||
@@ -614,6 +622,10 @@ Public Class ClassControlBuilder
|
||||
gbctrl.BackColor = SystemColors.Control
|
||||
Case "System.Windows.Forms.PictureBox"
|
||||
inctrl.BackColor = SystemColors.ControlDark
|
||||
Case "DevExpress.XtraEditors.CheckedListBoxControl"
|
||||
inctrl.BackColor = Color.White
|
||||
Case "DevExpress.XtraEditors.ListBoxControl"
|
||||
inctrl.BackColor = Color.White
|
||||
End Select
|
||||
End If
|
||||
Next
|
||||
|
||||
Reference in New Issue
Block a user