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.Ohio
Assembly:
Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax public void PutString(
string text,
int pos
)
Public Sub PutString (
text As String,
pos As Integer
)
Parameters
- text
- Type: SystemString
Text to place in the virtual screen. - pos
- Type: SystemInt32
The position where the string is to be written.
Remarks This method does not update the cursor position.
See Also