PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview Namespace / C1PreviewTextSearchPanel Class / MatchCaseCheckBox Property

In This Topic
    MatchCaseCheckBox Property (C1PreviewTextSearchPanel)
    In This Topic
    Gets the "Match Case" checkbox.
    Syntax
    'Declaration
     
    Public ReadOnly Property MatchCaseCheckBox As CheckBox
    public CheckBox MatchCaseCheckBox {get;}
    See Also