Initial Release 5.0

Symbolic Value : Rich Text

EC_FLAG_xxx - Control Flags for an Embedded Control
----------------------------------------------------------------------------------------------------------

#include <editods.h>

Symbolic Values :

EC_FLAG_UNITS - Width/Height units

EC_FLAG_DIALOGUNITS - Width/Height are in dialog units, not twips.

EC_FLAG_FITTOCONTENTS - Width/Height should be adjusted to fit contents.

EC_FLAG_ALWAYSACTIVE - This control is active regardless of document's R/W status.

EC_FLAG_FITTOWINDOW - Let placeholder automatically fit to window.

EC_FLAG_POSITION_TOP - Position control to top of paragraph.

EC_FLAG_POSITION_BOTTOM - Position control to bottom of paragraph.

EC_FLAG_POSITION_ASCENT - Position control to baseline of paragraph.

EC_FLAG_POSITION_HEIGHT - Position control to height of paragraph.


See Also :

CDEMBEDDEDCTL
----------------------------------------------------------------------------------------------------------