Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# if combobox selected index

//detect if no selected item on ComboBox is chosen?
if( ComboBox.SelectedItem == null ) {
   // do something
}
 
PREVIOUS NEXT
Tagged: #combobox #selected #index
ADD COMMENT
Topic
Name
8+6 =