InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsScreen Interface

In This Topic
    IUtsScreen Interface Methods
    In This Topic

    For a list of all members of this type, see IUtsScreen members.

    Public Methods
     NameDescription
     MethodCancels the text selection in the terminal window. If no text is selected, this method has no effect.  
     MethodCopies selected text to the Clipboard.  
     MethodAppends selected text to the end of the Clipboard.  
     MethodCopies selected text to one of 4 clipboard buffers. If an invalid bufferNum value is specified, the request is ignored.  
     MethodCuts selected text and copies it to the Clipboard.  
     MethodSelects all text in the terminal window between the selection start position and the specified coordinates.  
     MethodSelects all text in the terminal window in all rows between the starting row and the specified row.  
     MethodOverloaded. Locates a field starting from the specified row and column.  
     MethodGets the ScreenCharacter at the specified location.  
     MethodGets the foreground color of the character at the specified location.  
     MethodGets ScreenCharacter objects from the specified screen location. Each object represents one character.  
     MethodGets the host field that the specified row and column are part of.  
     MethodGets the foreground color of the host field that the specified row and column are part of.  
     MethodGets a host field collection that matches specifed fieldAttributes.  
     MethodGets the text of the field that the specified row and column are part of.  
     MethodGets the text from the specified location.  
     MethodGets the text from the specified screen area.  
     MethodTests whether the specified screen location is a field attribute position.  
     MethodLocks the screen so that users cannot use the keyboard to provide input.  
     MethodOverloaded. Moves the cursor to the specified screen location.  
     MethodCopies data from the Clipboard to the current cursor location.  
     MethodPastes remaining text from a previous Paste command.  
     MethodPastes data from a specified clipboard buffer, if the specified buffer contains data. Ignored if an invalid bufferNum value is specified, or if the specified clipboard buffer does not contain data.  
     MethodPuts a ScreenCharacter at the specified screen location.  
     MethodOverloaded. Puts text at the specified screen location.  
     MethodConverts screen position in row and column to linear screen buffer index.  
     MethodGets the column value of a screen location pointed to by screenIndex.  
     MethodGets the screen coordinate of a screen location pointed to by screenIndex.  
     MethodGets the row value of a screen location pointed to by screenIndex.  
     MethodOverloaded. Searches the specified text starting from the specified screen location.  
     MethodSelects all of the text on the screen.  
     MethodSends a host control key to the host.  
     MethodSends a host control key to the host.  
     MethodSends the text string to the host.  
     MethodSets starting coordinates for selecting text.  
     MethodUnlocks the screen. See the LockInput() method for more information.  
     MethodWaits for the specified duration.  
     MethodWaits for the specified control key press.  
     MethodOverloaded. Waits for the cursor to be at the specified screen location.  
     MethodWaits for host screen data to settle.  
     MethodWait for the keyboard to be unloacked enabled and ready for additional input.  
     MethodOverloaded. Waits for the specified text to appear at the specified screen location.  
    Top
    See Also