Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Exposes a method that is used to communicate focus changes for a user input object contained in the Shell.
Inheritance
The IInputObjectSite interface inherits from the IUnknown interface. IInputObjectSite also has these types of members:
Methods
The IInputObjectSite interface has these methods.
| IInputObjectSite::OnFocusChangeIS  Informs the browser that the focus has changed.  | 
Remarks
You do not typically implement this interface. IInputObjectSite is implemented by the Shell or the browser to properly maintain the input focus.
You use IInputObjectSite if you are implementing a Shell object that takes user input.
IInputObjectSite is derived from IUnknown. The listed method is specific to IInputObjectSite.
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows 2000 Professional, Windows XP [desktop apps only] | 
| Minimum supported server | Windows 2000 Server [desktop apps only] | 
| Target Platform | Windows | 
| Header | shobjidl_core.h (include Shobjidl.h) |