IAutoCompleteDropDown::ResetEnumerator Method

Forces the autocomplete object to refresh its list of suggestions when the list is visible.

Syntax

HRESULT ResetEnumerator(VOID);

Return Value

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.

See Also

IAutoCompleteDropDown