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

In This Topic
    MatchCase Property
    In This Topic
    True if the find operation is case sensitive; otherwise, False.
    Syntax
    'Declaration
     
    Public Property MatchCase As System.Boolean
    public System.bool MatchCase {get; set;}
    See Also