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