jj 03.04 kampf mit net framework

This commit is contained in:
Digital Data
2017-04-03 13:01:57 +02:00
parent cb12278936
commit e24ce1d4bd
26 changed files with 1247 additions and 196 deletions

View File

@@ -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)