Contents Index Topic Contents | ||
Previous Topic: IInputObject::UIActivateIO Next Topic: IInputObjectSite::OnFocusChangeIS |
IInputObjectSite
The IInputObjectSite interface is used to communicate focus changes for a user input object contained in the shell.
When to Implement
You do not normally implement this interface. IInputObjectSite is implemented by the shell or the browser to properly maintain the input focus.
When to Use
You use IInputObjectSite if you are implementing a shell object that takes user input.
IInputObjectSite is derived from IUnknown. The following method is specific to IInputObjectSite.
IInputObjectSite Method Description OnFocusChangeIS Informs the browser that the focus has changed. Note This interface is only supported in shell versions 4.71 and later.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.