SECEditFindReplaceDlg::SetReplaceInSelection

void SECEditFindReplaceDlg::SetReplaceInSelection(BOOL bEnable)

Sets whether find/replace operations should occur in selected text only. Only affects dialogs which are not find-only.

Defined in: SECEditFindReplaceDlg.cpp

Parameters

bEnable

Specifies whether find/replace operations should occur within selected text only. If the value is non-zero, find replace operations will occur only within selected text. If 0, find/replace operations will occur over the entire text.

See Also

SECEditFindReplaceDlg ReplaceInSelection