Method of ISearchOptions
Called when controls state should be updated
SearchOptions.UpdateControls(hWndHost, bReplaceMode);
==== Visual Basic Script ====
SearchOptions.UpdateControls hWndHost, bReplaceMode
==== C++ ====
HRESULT hr = SearchOptions.UpdateControls(hWndHost, bReplaceMode);
===== See Also ===== ISearchOptions