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


In This Topic
    FindOption Enumeration
    In This Topic
    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
    public enum FindOption : System.Enum 
    Members
    MemberDescription
    BackwardSearches backward from the current screen position.
    ForwardSearches forward from the current screen position.
    NoneUndefined value
    Inheritance Hierarchy

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

    See Also