G Guest Nov 5, 2004 #1 What's the best way to deselect a combobox? In .NET, you can simply do ComboboxName.SelectedIndex = -1.
What's the best way to deselect a combobox? In .NET, you can simply do ComboboxName.SelectedIndex = -1.
M Marshall Barton Nov 5, 2004 #2 blue_nirvana said: What's the best way to deselect a combobox? In .NET, you can simply do ComboboxName.SelectedIndex = -1. Click to expand... In most cases: ComboboxName = Null
blue_nirvana said: What's the best way to deselect a combobox? In .NET, you can simply do ComboboxName.SelectedIndex = -1. Click to expand... In most cases: ComboboxName = Null
G Guest Nov 5, 2004 #3 Geezs, that was simple. Thanks. Marshall Barton said: In most cases: ComboboxName = Null Click to expand...
Geezs, that was simple. Thanks. Marshall Barton said: In most cases: ComboboxName = Null Click to expand...