COleClientItem::SetDrawAspect
voidSetDrawAspect(DVASPECTnDrawAspect**);**
Parameters
nDrawAspect
A value from the DVASPECT enumeration. This parameter can have one of the following values:
DVASPECT_CONTENT Item is represented in such a way that it can be displayed as an embedded object inside its container.
DVASPECT_THUMBNAIL Item is rendered in a “thumbnail” representation so that it can be displayed in a browsing tool.
DVASPECT_ICON Item is represented by an icon.
DVASPECT_DOCPRINT Item is represented as if it were printed using the Print command from the File menu.
Remarks
Call the SetDrawAspect member function to set the “aspect,” or view, of the item. The aspect specifies how the item is to be rendered by Draw when the default value for that function’s nDrawAspect argument is used.
This function is called automatically by the Change Icon (and other dialogs that call the Change Icon dialog directly) to enable the iconic display aspect when requested by the user.
COleClientItem Overview | Class Members | Hierarchy Chart
See Also COleClientItem::GetDrawAspect, COleClientItem::Draw