SECEditFindReplaceDlg::SetMatchCase

void SECEditFindReplaceDlg::SetMatchCase(BOOL bMatchCase)

Sets whether to match the case of the find string exactly.

Defined in: SECEditFindReplaceDlg.cpp

Parameters

bMatchCase

Specifies whether to match case of the find string in search operations. If the value is non-zero, the case will be matched exactly. If 0, case will be ignored.

See Also

SECEditFindReplaceDlg MatchCase