ComponentOne Basic Library for WPF and Silverlight
SelectedIndex Property (C1ComboBox)


C1.Silverlight Namespace > C1ComboBox Class : SelectedIndex Property
Gets or sets the current selected index or returns -1 if there is no selection, or the selection doesn't belong to the Items collection.
Syntax
'Declaration
 
Public Property SelectedIndex As System.Integer
'Usage
 
Dim instance As C1ComboBox
Dim value As System.Integer
 
instance.SelectedIndex = value
 
value = instance.SelectedIndex
public System.int SelectedIndex {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members