InfoConnect for Airlines
FindOptions Enumeration


Determines the direction to search for text on the screen.
Syntax
'Declaration
 
Public Enum FindOptions 
   Inherits System.Enum
'Usage
 
Dim instance As FindOptions
public enum FindOptions : System.Enum 
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.OpenSystems.FindOptions

See Also