InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / FindOption Enumeration


FindOption Enumeration
Determines the direction in which to search for text on the screen.
Syntax
'Declaration
 
Public Enum FindOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As FindOption
Members
MemberDescription
BackwardSearches backward from the current screen position.
ForwardSearches forward from the current screen position.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.IbmHosts.FindOption

See Also