Skip to content

VIEWMAP HIGHLIGHT DEFAULTS

Data Type : Navigators
VIEWMAP_HIGHLIGHT_DEFAULTS - Default highlight settings for Navigator elements.

#include <vmods.h>

Definition :

typedef struct {
   WORD   bHighlightTouch;
   WORD   bHighlightCurrent;
   WORD   HLOutlineColor;
   WORD   HLOutlineWidth;
   WORD   HLOutlineStyle;
   WORD   HLFillColor; 
} VIEWMAP_HIGHLIGHT_DEFAULTS;

Description :

The VIEWMAP_HIGHLIGHT_DEFAULTS structure stores default settings for highlighting the graphical elements of a Navigator. This structure is common to all the VIEWMAP_xxx_DEFAULTS structures. The fields in this structure are:


      bHighlightTouch If TRUE, highlight elements when touched.
      bHighlightCurrent If TRUE, highlight when element is the current element.
      HLOutlineColor Color to use for the outline of a highlighted element.
      HLOutlineWidth Width of the outline of a highlighted element.
      HLOutlineStyle Style for the outline of a highlighted element.
      HLFillColor Fill color to use for a highlighted element.

See Also : VIEWMAP_SHAPE_DEFAULTS VIEWMAP_LINE_DEFAULTS VIEWMAP_REGION_DEFAULTS VIEWMAP_BUTTON_DEFAULTS VIEWMAP_BITMAP_DEFAULTS VIEWMAP_TEXTBOX_DEFAULTS