Version

SelectRibbonTab Method (ToolbarManagerReplayServer)

This action will be recorded when the user Select a ribbon tab by clicking its header.
Syntax
'Declaration
 
Public Sub SelectRibbonTab( _
   ByVal ribbonTab As System.Object _
) 
public void SelectRibbonTab( 
   System.object ribbonTab
)

Parameters

ribbonTab
The tab to select. The user can provide the caption or the index of the tab. First tab has index 0.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also