COleClientItem Members
Base Class Members
Creation
Status
Data Access
Object Conversion
Clipboard Operations
General Operations
Activation
Embedded Object Operations
Linked Object Operations and Status
Overridables
Base Class Members
Construction
Constructs a COleClientItem object. |
Creation
Indicates whether a container application can create an embedded object. |
|
Indicates whether a container application can create a linked object. |
|
Creates a duplicate of an existing item. |
|
Creates an embedded item from the Clipboard. |
|
Creates an embedded item from a data object. |
|
Creates an embedded item from a file. |
|
Creates a linked item from the Clipboard. |
|
Creates a linked item from a data object. |
|
Creates a linked item from a file. |
|
Creates a new embedded item by launching the server application. |
|
Creates a static item from the Clipboard. |
|
Creates a static item from a data object. |
Status
Gets the view on which the item is activated in place. |
|
Returns the bounds of the OLE item's rectangle. |
|
Gets the present item's class ID. |
|
Gets the item's current view for rendering. |
|
Returns the bounds of the OLE item's rectangle. |
|
Retrives a handle to an icon associated with the server of a particular CLSID. |
|
Gets the metafile used for drawing the item's icon. |
|
Gets the item's current state. |
|
Returns the status of the last OLE operation. |
|
Returns the type (embedded, linked, or static) of the OLE item. |
|
Gets a string describing the item's type. |
|
Returns TRUE if the item is in-place active. |
|
Returns TRUE if the item has been modified since it was last saved. |
|
Returns TRUE if the item is currently open in the server application. |
|
Returns TRUE if the item's server application is running. |
|
Sets the item's current view for rendering. |
|
Caches the metafile used for drawing the item's icon. |
Data Access
Accesses the data in the OLE object. |
|
Returns the COleDocument object that contains the present item. |
Object Conversion
Activates the item as another type. |
|
Converts the item to another type. |
|
Reloads the item after a call to ActivateAs. |
Clipboard Operations
Indicates whether the Clipboard contains an embeddable or static OLE item. |
|
Indicates whether the Clipboard contains a linkable OLE item. |
|
Copies the OLE item to the Clipboard. |
|
Performs a drag-and-drop operation. |
|
Gets the data that would be placed on the Clipboard by calling the CopyToClipboard member function. |
General Operations
Closes a link to a server but does not destroy the OLE item. |
|
Deletes or closes the OLE item if it was a linked item. |
|
Draws the OLE item. |
|
Releases the connection to an OLE linked item and closes it if it was open. Does not destroy the client item. |
|
Runs the application associated with the item. |
|
Sets the print-target device for this client item. |
Activation
Opens the OLE item for an operation and then executes the specified verb. |
|
Deactivates the item. |
|
Restores the container application's user interface to its original state. |
|
Executes the specified verb. |
|
Returns a pointer to the item's in-place editing window. |
|
Reactivates the item and undoes the last in-place editing operation. |
|
Sets the item's bounding rectangle. |
Embedded Object Operations
Sets the bounding rectangle of the OLE item. |
|
Sets the names the server displays when editing the OLE item. |
Linked Object Operations and Status
Returns the update mode for a linked item (advanced feature). |
|
Returns TRUE if a linked item is up to date with its source document. |
|
Sets the update mode for a linked item (advanced feature). |
|
Updates the presentation cache of an item. |
Overridables
Called by the framework to determine whether in-place activation is allowed. |
|
Called by the framework to notify the item that it is activated. |
|
Called by the framework to notify the item that it is activated and should show its user interface. |
|
Called when the server changes the OLE item. Implementation required. |
|
Called by the framework when an item's position changes. |
|
Called by the framework when an item is deactivated. |
|
Called by the framework to undo after activation. |
|
Called by the framework when the server has removed its in-place user interface. |
|
Called by the framework to discard the item's undo state information. |
|
Called by the framework to get the data to be copied to the Clipboard. |
|
Called by the framework to get the item's clipping-rectangle coordinates. |
|
Called by the framework to get the item's position relative to the view. |
|
Called by the framework when an item is activated in place. |
|
Called by the framework to create a composite menu. |
|
Called by the framework to remove the container's menus from a composite menu. |
|
Called by the framework to scroll the item into view. |
|
Called by the framework to install and remove a composite menu. |
|
Called by the framework to show and hide control bars. |
|
Called by the framework to display the OLE item. |
|
Called by the framework to update the frame window's title bar. |