Reflection
SelectedTab Property


Gets or sets the currently selected tab.
Syntax
'Declaration
 
Property SelectedTab As String
'Usage
 
Dim instance As IRibbon
Dim value As String
 
instance.SelectedTab = value
 
value = instance.SelectedTab
string SelectedTab {get; set;}
See Also