But if you want this feature, Add the LostFocus Event to this ListBox and clears the Highlight in code.
ListBox1.ListIndex = -1 // Deselect all rows
More in the docs under ListBox.
But if you want this feature, Add the LostFocus Event to this ListBox and clears the Highlight in code.
ListBox1.ListIndex = -1 // Deselect all rows
More in the docs under ListBox.