OhioScreenPutString Method |
Places a text string in the virtual screen at the location specified. The string
will overlay only unprotected fields and any parts of the string which fall into
protected fields will be discarded.
Namespace: Flex.Hal.OhioAssembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax public void PutString(
string text,
int pos
)
Public Sub PutString (
text As String,
pos As Integer
)
Parameters
- text String
- Text to place in the virtual screen.
- pos Int32
- The position where the string is to be written.
Remarks This method does not update the cursor position.
See Also