IOleUIObjInfo  .C_JA4

The IOleUIObjInfo interface is implemented by containers and used by the container s Object Properties dialog box and by the Convert dialog box. It provides information used by the General and View pages of the Object Properties dialog box , which display information about the object s size, location, type, and name. It also allows the object to be converted via the Convert dialog box. The View page allows the object s icon to be modified from its original form, and its display aspect to be changed (iconic versus content). Optionally, you can have your implementation of this interface allow the scale of the object to be changed.

When To Implement

You must implement this interface so your container application can support the OleUIObjectProperties.8HXSD function and the dialog box that it implements.

When To Use

Use this interface when you need to get and set information required by the Object Properties dialog box , and to support the Convert dialog box.

Methods in Vtable Order

IUnknown Methods

Description

QueryInterface2Y54585

Returns a pointer to a specified interface.

AddRef1SHW0SS

Increments the reference count.

ReleaseDUW01A

Decrements the reference count.

 

IOleUILinkContainer Methods

Description

GetNextLink19J900L

Enumerates the links in the container.

SetLinkUpdateOptionsH79.I

Sets update options.

GetLinkUpdateOptionsJOD5FO

Determines current update options for the link.

SetLinkSourceAE4SMO

Changes the source of the link.

GetLinkSource6K9CFD

Returns Links dialog box information about link.

OpenLinkSourceFOQX45

Opens a link s source.

UpdateLink11OG2MX

Forces a link to connect to its source and update.

CancelLinkLA5R4.

Breaks the link.

 

IOleUIObjInfo Methods

Description

GetObjectInfo1.J978F

Gets general information about the object.

GetConvertInfo1OLL1YQ

Gets information that is used for the Convert dialog box.

ConvertObjectEZY7FM

Converts the object once the user selects a destination type.

GetViewInfo2ZHW1VA

Gets the current icon, aspect, and scale of the object.

SetViewInfo3N89UU9

Sets the current icon, aspect, and scale of the object.

 

See Also

OleUIObjectProperties