SelectedIndex Property
Summary
Gets or sets the 0-based index of the selected thumbnail.
Syntax
public int SelectedIndex { get; set; }
Public Property SelectedIndex As Integer
public:
property int SelectedIndex {
int get();
void set ( int );
}
Property Value
The 0-based index of the selected thumbnail.