DVEXTENTMODE
A version of this page is also available for
4/8/2010
This enumeration contains values used in IViewObjectEx::GetNaturalExtent.
Syntax
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
Header | ocidl.h |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |