Initial Release 4.0

Data Type : Navigators

VMODSbigobj - Common fields in Navigator CD records - "Word" signature.
----------------------------------------------------------------------------------------------------------

#include <vmods.h>

Definition :

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


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 :

VMODSrect
----------------------------------------------------------------------------------------------------------