CommandListAppendMarkText Method |
Mark a string of characters, starting at the current position, using the currently selected font.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.7.0
Syntaxpublic void AppendMarkText(
string text
)
Parameters
- text String
- The character string.
RemarksAppends a
MARK_CHAR command to the list for each character in
text.
See Also