|
IOleUIObjInfo
This interface is implemented by containers and used by the container's Object
Properties dialog and by the Convert dialog. It provides information used by
the General and View pages of the Object Properties dialog, which display
information about the object's size, location, type, and name. It also allows the
object to be converted via the Convert dialog. 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 function and the dialog that it implements.
When To Use
Use this interface when you need to get and set information required by the
Object Properties dialog, and to support the Convert dialog.
Methods in Vtable Order
IUnknown Methods
| Description
| QueryInterface
| Returns a pointer to a specified interface.
| AddRef
| Increments the reference count.
| Release
| Decrements the reference count.
|
IOleUIObjInfo Methods
| Description
| GetObjectInfo
| Gets general information about the object.
| GetConvertInfo
| Gets information that is used for the Convert dialog.
| ConvertObject
| Converts the object once the user selects a destination type.
| GetViewInfo
| Gets the current icon, aspect, and scale of the object.
| SetViewInfo
| Sets the current icon, aspect, and scale of the object.
|
See Also
OleUIObjectProperties
Related LinksSoftware for Delphi and C++ Builder developers Software for Visual Studio .NET developers Software for Visual Basic 6 developers Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps Win32 Programmer's Reference (win32.hlp) Win32 Multimedia Programmer's Reference (mmedia.hlp) Microsoft Windows Pen API Programmer's Reference (penapi.hlp) Microsoft Windows Sockets 2 Reference (sock2.hlp) Microsoft Windows Telephony API (TAPI) Programmer's Reference (sock2.hlp) Unix Manual Pages
|