ITipAutocompleteProvider::Show method

Displays or hides the auto complete list.

Syntax

HRESULT Show(
  [in] BOOL fShow
);

Parameters

fShow [in]

TRUE to show the auto complete user interface, FALSE to hide the auto complete list user interface.

Return value

This method can return one of these values.

Return code Description
S_OK
Success.
E_FAIL
An unspecified error occurred.

Remarks

This method is called by the client to show or hide the auto complete list. If the auto complete list is not displayed and fShow is FALSE, this method does nothing. If the auto complete list is displayed and fShow is TRUE, this method does nothing.

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported
Header
TipAutoComplete.h (also requires Peninputpanel_i.c)
DLL
Tiptsf.dll

See also

ITipAutocompleteProvider Interface

Text Input Panel Reference