HostIntegratorSession.InsertStringAtCursor Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.InsertStringAtCursor Method 

Inserts the specified string into the current entity on the Host Integrator server starting at the current cursor position.

[Visual Basic]Public Sub InsertStringAtCursor( _
   ByVal _string As String _
)
[C#]
public void InsertStringAtCursor(
   string _string
);

Parameters

_string
Specifies the string to insert.

Remarks

Reasons for failure include:

  • Server session not established.
  • Invalid string.

See Also

HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace