CDPOSITIONING SCHEME xxx
Symbolic Value : Constants
CDPOSITIONING_SCHEME_xxx - Values for CDPOSITIONING Scheme member.
#include <editods.h>
Symbolic Values :
CDPOSITIONING_SCHEME_STATIC   -  Layer is positioned statically using the content edge of the containing box.
CDPOSITIONING_SCHEME_ABSOLUTE     -  Layer is absolutely positioned. This is the default.
CDPOSITIONING_SCHEME_RELATIVE     -  Layer is positioned relative to the containing box.
CDPOSITIONING_SCHEME_FIXED    -  Layer has a fixed position established by the viewport (document window).
Description :
See Also : CDPOSITIONING