Name | Description | |
---|---|---|
CancelSelection | Cancels the text selection in the terminal window. If no text is selected, this method has no effect. | |
ConfigureHotSpots | Load the hotspots file as the current hotspots definitions. | |
Copy | Copies selected text to the Clipboard. | |
CopyAppend | Appends selected text to the end of the Clipboard. | |
CopyToBuffer | Copies selected text to one of four clipboard buffers. If an invalid bufferNum value is specified, the request is ignored. Note: This property is supported only by the InfoConnect Desktop product. It is not supported by other Micro Focus products. | |
Cut | Cuts selected text and copies it to the Clipboard. | |
ExtendSelection | Selects all text in the terminal window between the selection start position and the specified coordinates. | |
ExtendSelectionRect | Selects a block of text in the terminal window that includes all rows between the starting row and the specified row. | |
FindField | Overloaded. Locates a field starting from the specified row and column. | |
GetCharacter | Gets the ScreenCharacter at the specified location. | |
GetCharacterForegroundColor | Gets the foreground color of the character at the specified location. | |
GetCharacters | Gets ScreenCharacter objects from the specified screen location. Each object represents one character. | |
GetField | Gets the host field that the specified row and column are part of. | |
GetFieldColor | Gets the foreground color of the host field that the specified row and column are part of. | |
GetFields | Gets a host field collection that matches specifed fieldAttributes. | |
GetFieldText | Gets the text of the field contained within the specified row and column. | |
GetText | Gets the text from the specified location. | |
GetTextEx | Gets the text from the specified screen area. | |
IsAttribute | Tests whether the specified screen location is a field attribute position. | |
LightPen | Simulates a light pen selection at the specified location in the terminal window. | |
LockInput | Locks the screen so that users cannot use the keyboard to provide input. | |
MoveCursor | Moves the cursor forward or back. | |
MoveCursorTo | Overloaded. Moves the cursor to the specified screen location. | |
Paste | Copies data from the Clipboard to the current cursor location. | |
PasteContinue | Pastes remaining text from a previous Paste command. | |
PasteFromBuffer | Pastes data from one of four clipboard buffers. If an invalid bufferNum value is specified, or if the specified clipboard buffer does not contain data, the request is ignored. Note: This property is supported only by the InfoConnect Desktop product. It is not supported by other Micro Focus products. | |
PasteRange | Pastes the contents of the Clipboard to a defined region of the current screen and, if needed, regions of subsequent screens in the host application. | |
PutCharacter | Puts a ScreenCharacter at the specified screen location. | |
PutText | Overloaded. Puts text at a specified screen location, taking up the number of characters specified by the length parameter. PutText has two modes: Mask and LinearStream. These modes are set with the PutTextMaskProtectedField Property. In Mask mode (the default), text that coincides with protected fields is skipped and is not placed on the screen. In LinearStream mode, protected fields are ignored and the text is placed sequentially in unprotected fields until all of the text is placed on the screen or the specified length is exceeded. | |
ScreenCoordinateToIndex | Converts screen position in row and column to linear screen buffer index. | |
ScreenIndexToColumn | Gets the column value of a screen location pointed to by screenIndex. | |
ScreenIndexToCoordinate | Gets the screen coordinate of a screen location pointed to by screenIndex. | |
ScreenIndexToRow | Gets the row value of a screen location pointed to by screenIndex. | |
SearchText | Overloaded. Searches the specified text starting from the specified screen location. | |
SelectAll | Selects all of the text on the terminal window. | |
SendControlKey | Sends a host control key to the host. | |
SendControlKeySync | Sends a host control key to the host. | |
SendKeys | Sends the text string to the host. | |
SetSelectionStartPos | Sets starting coordinates for selecting text. The default start position is the current cursor position. | |
Undo | Undoes the last edit operation. | |
UnlockInput | Unlocks the screen. See the LockInput() method for more information. | |
Wait | Waits for the specified duration. | |
WaitForControlKey | Waits for the specified control key press. | |
WaitForCursor | Overloaded. Waits for the cursor to be at the specified screen location. | |
WaitForHostSettle | Waits for host screen data to settle. | |
WaitForKeyboardEnabled | Wait for the keyboard to be enabled (unlocked and ready for additional input). | |
WaitForText | Overloaded. Waits for the specified text to appear at the specified screen location. |