Click or drag to resize

IOleObject Interface

Provides operations for an OLE object.

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

The IOleObject type exposes the following members.

Methods
 NameDescription
Public methodAdvise Establishes an advisory connection.
Public methodClose Closes the object.
Public methodDoVerb Executes a verb on the object.
Public methodEnumAdvise Enumerates the advisory connections.
Public methodEnumVerbs Enumerates the verbs supported by the object.
Public methodGetClientSite Retrieves the current client site.
Public methodGetClipboardData Retrieves data from the clipboard.
Public methodGetExtent Retrieves the display extent of the object.
Public methodGetMiscStatus Retrieves miscellaneous status flags.
Public methodGetMoniker Retrieves a moniker for the object.
Public methodGetUserClassID Retrieves the class identifier of the object.
Public methodGetUserType Retrieves a user-readable type name.
Public methodInitFromData Initializes the object from a data object.
Public methodIsUpToDate Determines whether the object is up to date.
Public methodOleUpdate Updates the object.
Public methodSetClientSite Sets the client site of the object.
Public methodSetColorScheme Sets the recommended color palette.
Public methodSetExtent Sets the display extent of the object.
Public methodSetHostNames Sets the host names of the container and object.
Public methodSetMoniker Sets a moniker for the object.
Public methodUnadvise Terminates an advisory connection.
Top
See Also