Version

ClickRibbonGroupButton Method (ToolbarManagerReplayServer)

This action gets recorded when the user click the ribbon group button to drop it down (when groups are collapsed)
Syntax
'Declaration
 
Public Sub ClickRibbonGroupButton( _
   ByVal ribbonGroup As System.String _
) 
public void ClickRibbonGroupButton( 
   System.string ribbonGroup
)

Parameters

ribbonGroup
A string that is formatted as follow: "[ribbonTab caption or index]:[ribbonGroup caption or Index]" a new parameter will be added to the record setting utility that will specify recording by text or Index.
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