jj 03.04 kampf mit net framework
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
Public Class CustomComboBox
|
||||
Inherits Windows.Forms.ComboBox
|
||||
Inherits ComboBox
|
||||
|
||||
Public Sub New()
|
||||
MyBase.New()
|
||||
|
||||
DrawMode = Windows.Forms.DrawMode.OwnerDrawFixed
|
||||
DrawMode = DrawMode.OwnerDrawFixed
|
||||
End Sub
|
||||
|
||||
'Protected Overrides Sub OnEnabledChanged(e As EventArgs)
|
||||
|
||||
Reference in New Issue
Block a user