Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / IRibbon Interface / SelectedTab Property


In This Topic
SelectedTab Property
In This Topic
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
See Also