Click or drag to resize

CommandListAppendMarkText Method

Mark a string of characters, starting at the current position, using the currently selected font.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendMarkText(
	string text
)

Parameters

text  String
The character string.
Remarks
Appends a MARK_CHAR command to the list for each character in text.
See Also