This enumeration contains values used in IViewObjectEx::GetNaturalExtent.
typedef enum tagDVEXTENTMODE {   DVEXTENT_CONTENT = 0,   DVEXTENT_INTEGRAL = DVEXTENT_CONTENT + 1} DVEXTENTMODE;
Elements
- DVEXTENT_CONTENT
 Indicates that the container will ask the object how big it wants to be to exactly fit its content, for example, in snap-to-size operations.
- DVEXTENT_INTEGRAL
 Indicates that the container will provide a proposed size to the object for its use in resizing.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Ocidl.h.
See Also
IViewObjectEx::GetNaturalExtent
Send Feedback on this topic to the authors