SelectedIndex Property (Sidebar)
In This Topic
Sets or returns the index of the currently selected panel of the sidebar.
Syntax
'Declaration
Public Property SelectedIndex As Integer
public int SelectedIndex {get; set;}
Property Value
The
System.Int32 index of the selected panel.
See Also