Initial Release 4.0

Data Type : Navigators

VMODSdrobj - Common fields in Navigator CD records - "Byte" signature.
----------------------------------------------------------------------------------------------------------

#include <vmods.h>

Definition :

typedef struct {
  BSIG      Header;
  VMODSrect ObjRect;
  WORD      flags;
  WORD      NameLen;
  WORD      LabelLen;
  FONTID    FontID;
  WORD      TextColor;
  WORD      Alignment;
  WORD      bWrap;
  DWORD     spare[4]; /* for future use */
} VMODSdrobj;


Description :

This structure contains fields common to the composite data records for the graphical objects in a Navigator. The fields in this structure are:
See Also :

VMODSbigobj
----------------------------------------------------------------------------------------------------------