ITfUIElementMgr interface
The ITfUIElementMgr interface is implemented by TSF manager and used by an application or a text service. An application and a text service can obtain this interface by ITfThreadMgr::QueryInterface with IID_ITfUIElementMgr.
Members
The ITfUIElementMgr interface inherits from the IUnknown interface. ITfUIElementMgr also has these types of members:
Methods
The ITfUIElementMgr interface has these methods.
| Method | Description |
|---|---|
| BeginUIElement |
A text service calls this method before showing UI. It returns if the text service’s UI should be shown or not. |
| EndUIElement |
A text service calls this method when the element of UI is hidden. |
| EnumUIElements |
Return IEnumTfUIElements interface poinssster to enumerate the ITfUIElement. |
| GetUIElement |
Get ITfUIElement interface of the element id. |
| UpdateUIElement |
A text service calls this method when the element of UI must be updated. |
Remarks
A text service that supports UIElement must call ITfUIElementMgr whenever the UI is shown, updated or hidden. Then the application can control the visibility of the UI.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Redistributable |
TSF 1.0 on Windows 2000 Professional |
|
Header |
|
|
IDL |
|