MS_13.10.2015
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user