IInputObjectSite (Interfaces)
Last changed: anonymous

.
Summary
The IInputObjectSite interface is used to communicate focus changes for a user input object contained in the Shell.

C# Signature:

[ComImport]
[Guid ("f1db8392-7331-11d0-8c99-00a0c92dbfe8")]
[InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
public interface IInputObjectSite
{
     [PreserveSig] int OnFocusChangeIS (
               [MarshalAs (UnmanagedType.IUnknown)] ref object punkObj,
               [MarshalAs (UnmanagedType.Bool)] ref bool fSetFocus);
}

VB Signature:

// Please add!

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation