Version

OpenScrollBarContextMenu Method (WinPanelRecordReplayServer)

Opens the context menu of the specified scrollbar.
Syntax
'Declaration
 
Public Sub OpenScrollBarContextMenu( _
   ByVal oScrollBar As System.Object, _
   Optional ByVal oPosition As System.Object _
) 
public void OpenScrollBarContextMenu( 
   System.object oScrollBar,
   System.object oPosition
)

Parameters

oScrollBar
String or enumeration value representing which scrollbar to open the context menu on. micVertical - The vertical scrollbar micHorizontal - The horizontal scrollbar
oPosition
A recorded parameter that is not required. This value comes from the pertenant property of the clicked point. In the case of a horizontal scrollbar it represents the X coordinate. In the case of the vertical scrollbar it is the Y coordinate.
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