Share via


DVEXTENTMODE (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

COM Structures and Enumerations
IViewObjectEx::GetNaturalExtent