ComboBox
Previous Top Next

ComboBox holds lists in which a user can choose one of its items.
ComboBox does not support the Text property and the user cannot write anything inside a ComboBox.
Use the Visual Designer to add items (Properties - Data)
Properties and Methods:
             Add
             BringToFront
             Clear
             Color
             Count
             Dispose
             Enabled
             Focus
             FontColor
             FontSize
             Height
             Insert
             Item
             Left
             Name
             Refresh
             Remove
             RemoveAt
             SelectedIndex
             Top
            
Visible
             Width
Events:
             GotFocus
             SelectionChanged
             LostFocus