Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of layout control the layout behavior exhibits.
Syntax
typedef enum _BEHAVIOR_LAYOUT_INFO {
BEHAVIORLAYOUTINFO_FULLDELEGATION = 1,
BEHAVIORLAYOUTINFO_MODIFYNATURAL = 2,
BEHAVIORLAYOUTINFO_MAPSIZE = 4
} BEHAVIOR_LAYOUT_INFO;
Constants
BEHAVIORLAYOUTINFO_FULLDELEGATION
The layout behavior completely controls sizing.BEHAVIORLAYOUTINFO_MODIFYNATURAL
The layout behavior modifies the natural content size.BEHAVIORLAYOUTINFO_MAPSIZE
The layout behavior maps the content size.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mshtml.h |
IDL |
Mshtml.idl |