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

In This Topic
    MatchWholeWord Property
    In This Topic
    True if the find operation locates only entire words and not text that's part of a larger word.
    Syntax
    'Declaration
     
    Public Property MatchWholeWord As System.Boolean
    public System.bool MatchWholeWord {get; set;}
    See Also