IAutoCompleteDropDown::ResetEnumerator method
Forces the autocomplete object to refresh its list of suggestions when the list is visible.
Syntax
HRESULT ResetEnumerator();
Parameters
This method has no parameters.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
The drop-down list is always rebuilt before it is displayed, so there is no reason to use this method unless the drop-down list is currently visible.
Requirements
|
Minimum supported client |
Windows XP, Windows 2000 Professional with SP3 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Show: