Initial Release 5.0

Data Type : Composite Data; Rich Text

CDEMBEDDEDCTL - Specifies an embedded control window.
----------------------------------------------------------------------------------------------------------

#include <editods.h>

Definition :

typedef struct {
  WSIG  Header;         /* Signature and length of this record. */
  DWORD CtlStyle;
  WORD  Flags;
  WORD  Width;
  WORD  Height;
  WORD  Version;
  WORD  CtlType;
  WORD  MaxChars;
  WORD  MaxLines;

Description :

This CD record may further define attributes within a CDFIELD such as tab order.
See Also :

EC_DIALOGUNITS
----------------------------------------------------------------------------------------------------------