Gets or sets the index of the selected
AudioFormat item.
public int Selection {get; set;}
public:
property int Selection {
int get();
void set ( int value);
}
'Declaration
Public Property Selection As Integer
'Usage
Dim instance As AudioFormats
Dim value As Integer
instance.Selection = value
value = instance.Selection
Property Value
The zero-based index of the selected item; otherwise -1 if no item is selected.