Version

MoveItem Method (WinOfficeNavBarRecordReplayServer)

Moves the identified item to the specified visible index
Syntax
'Declaration
 
Public Sub MoveItem( _
   ByVal oItemArg As System.Object, _
   ByVal visibleIndex As System.Integer _
) 
public void MoveItem( 
   System.object oItemArg,
   System.int visibleIndex
)

Parameters

oItemArg
String key, string Text or integer index that represents the Item to be selected.
visibleIndex
The new visible index for the item to be moved to
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