InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FindOptions Enumeration
In This Topic
    FindOptions Enumeration
    In This Topic
    Determines the direction to search for text on the screen.
    Syntax
    <System.Runtime.InteropServices.ComVisibleAttribute(True)>
    <System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485E76")>
    <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(Category="Microsoft.Design", 
       CheckId="CA1008:EnumsShouldHaveZeroValue", 
       Scope="", 
       Target="", 
       MessageId="", 
       Justification="")>
    Public Enum FindOptions 
       Inherits System.Enum
    Members
    MemberDescription
    BackwardSearches backward from the current screen position.
    ForwardSearches forward from the current screen position.
    See Also