Initial Release 4.6

Data Type : Rich Text; Composite Data

CDHRULE - Horizontal line.
----------------------------------------------------------------------------------------------------------

#include <editods.h>

Definition :

typedef struct {
  WSIG  Header; /* Signature and length of this record. */
  DWORD Flags;
  WORD  Width;
  WORD  Height;
  WORD  Color;
  WORD  GradientColor;
} CDHRULE;


Description :

Specifies a horizontal line. The fields in this structure are:
See Also :

CDHORIZONTALRULE_VERSIONxxx
----------------------------------------------------------------------------------------------------------