IOleClientSite Interface

Definition

Gives an embedded object information about resources provided by its container such as the location and extent of its display site, its moniker, and its user interface. For more information, see IOleClientSite.

public interface class IOleClientSite
public interface class IOleClientSite
__interface IOleClientSite
[System.Runtime.InteropServices.Guid("00000118-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IOleClientSite
[System.Runtime.InteropServices.Guid("00000118-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IOleClientSite
[<System.Runtime.InteropServices.Guid("00000118-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IOleClientSite = interface
[<System.Runtime.InteropServices.Guid("00000118-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IOleClientSite = interface
Public Interface IOleClientSite
Attributes

Methods

GetContainer(IOleContainer)
GetMoniker(UInt32, UInt32, IMoniker)
OnShowWindow(Int32)
RequestNewObjectLayout()
SaveObject()
ShowObject()

Applies to