OLEFormat Members
Include Protected Members
Include Inherited Members
Contains properties and methods that apply to OLE objects.
The OLEFormat type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the creator of the specified object. | |
FollowColors | Returns or sets the extent to which the colors in the specified object follow the slide's color scheme. Read/write. | |
Object | Returns the object that represents the specified OLE object's top-level interface. Read-only. | |
ObjectVerbs | Returns a ObjectVerbs collection that contains all the OLE verbs for the specified OLE object. Read-only. | |
Parent | Returns the parent object for the specified object. | |
ProgID | Returns the programmatic identifier (ProgID) for the specified OLE object. Read-only. |
Top
Methods
Name | Description | |
---|---|---|
Activate | Activates the specified object. | |
DoVerb | Requests that an OLE object perform one of its verbs. |
Top