Click or drag to resize

IOleClientSite Interface

Provides callbacks to an OLE client site.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IOleClientSite

The IOleClientSite type exposes the following members.

Methods
 NameDescription
Public methodGetContainer Retrieves the object's container.
Public methodGetMoniker Retrieves a moniker assigned to the object.
Public methodOnShowWindow Notifies the object when its window is shown or hidden.
Public methodRequestNewObjectLayout Requests a new object layout.
Public methodSaveObject Requests that the object save itself.
Public methodShowObject Notifies the container that the object should be shown.
Top
See Also