Version

ClickActionButton Method (WinNavigationBarRecordReplayServer)

Clicks on the specified action button
Syntax
'Declaration
 
Public Sub ClickActionButton( _
   ByVal oButton As System.Object _
) 
public void ClickActionButton( 
   System.object oButton
)

Parameters

oButton
the string key or the integer zero based visible index of the action button.
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