jj 04.10 fix events for checkedlistbox
This commit is contained in:
@@ -2367,9 +2367,8 @@ Public Class ClassControlBuilder
|
|||||||
Next
|
Next
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If Not _designMode Then
|
Me.SetEventHandlers(control)
|
||||||
Me.SetEventHandlers(control)
|
|
||||||
End If
|
|
||||||
Me.CurrentControl = DirectCast(control, DevExpress.XtraEditors.CheckedListBoxControl)
|
Me.CurrentControl = DirectCast(control, DevExpress.XtraEditors.CheckedListBoxControl)
|
||||||
If Not IsNothing(parent) Then
|
If Not IsNothing(parent) Then
|
||||||
control.Parent = parent
|
control.Parent = parent
|
||||||
|
|||||||
Reference in New Issue
Block a user