FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1FindTextAction Enumeration

In This Topic
    C1FindTextAction Enumeration
    In This Topic
    Specifies the base position and direction of a text search.
    Syntax
    'Declaration
     
    Public Enum C1FindTextAction 
       Inherits System.Enum
    public enum C1FindTextAction : System.Enum 
    Members
    MemberDescription
    NextText search should be performed forward from the current position in a document.
    PreviousText search should be performed backward from the current position in a document.
    StartText search should be performed forward from the beginning of a document.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Document.C1FindTextAction

    See Also