MS_13.10.2015

This commit is contained in:
SchreiberM
2015-10-13 15:42:01 +02:00
parent b050f2d543
commit c74e5434b9
30 changed files with 6236 additions and 922 deletions

View File

@@ -183,7 +183,6 @@
Private Sub ListBox2_DrawItem(sender As Object, e As DrawItemEventArgs) Handles ListBox2.DrawItem
Dim clrSelectedText As Color = Color.Red 'Our color for selected text
Dim clrHighlight As Color = Color.Yellow 'Our background for selected items
Console.WriteLine("Listboxdrawitem")
If e.State = DrawItemState.Selected Then
'This item is selected
'e.DrawBackground()