Share via


DVEXTENTMODE (Compact 2013)

3/26/2014

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

See Also

Reference

COM Structures and Enumerations
IViewObjectEx::GetNaturalExtent