Version

RightClick Method (WinFormattedTextEditorReplayServer)

Performs a right over the specified caret position
Syntax
'Declaration
 
Public Sub RightClick( _
   ByVal CaretPosition As System.Integer _
) 
public void RightClick( 
   System.int CaretPosition
)

Parameters

CaretPosition
The caret position where the mouse will be clicked as an integer
Remarks
If the specified caret position is not in view, it will be scrolled in to view
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