Initial Release 5.0

Data Type : Composite Data; Rich Text

CDAREAELEMENT - Structure defining an HTML AREA element.
----------------------------------------------------------------------------------------------------------

#include <editods.h>

Definition :

typedef struct {
  WSIG  Header;
  DWORD Flags;        /* reserved for future use */
  WORD  Shape;        /* one of AREA_SHAPE_xxx */
  WORD  TabIndex;
  WORD  AccessKey;
  BYTE  Reserved[16];

Description :

An AREA element defines the shape and coordinates of a region within a client side image MAP.
See Also :

AREA_SHAPE_xxx
----------------------------------------------------------------------------------------------------------