Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.UICustomization Namespace / FindReplaceSupport Class
Properties Methods


In This Topic
    FindReplaceSupport Class Members
    In This Topic

    The following tables list the members exposed by FindReplaceSupport.

    Public Properties
     NameDescription
    Public Property True if the find operation is case sensitive; otherwise, False.  
    Public Property True if the find operation locates only entire words and not text that's part of a larger word.  
    Public Property Gets or sets replace pattern.  
    Public Property Gets or sets search pattern.  
    Public Property Gets or sets search direction.  
    Top
    Public Methods
     NameDescription
    Public Method Finds the next search pattern.  
    Public Method Replaces current occurrence of a search pattern with replace pattern.  
    Public Method Replaces all occurrences of a specified search pattern with the specified replace pattern.  
    Top
    See Also