Share via


EHighlightAction (Windows Embedded CE 6.0)

1/6/2010

This enumeration defines constants used to describe the action state of the current highlight.

Syntax

typedef enum {
  HIGHLIGHT_SELECT = 1,
  UNHIGHLIGHT,
  ACTIVATE_BUTTON,
  ACTIVATE_SELECTED,
  SELECT_AUTO_ACTIVATED
} EHighlightAction;

Elements

  • HIGHLIGHT_SELECT
    Selects the specified button. It displays the activation highlight if the button is turned on automatically.
  • UNHIGHLIGHT
    Turns off highlight.
  • ACTIVATE_BUTTON
    Displays the activation highlight.
  • ACTIVATE_SELECTED
    Displays the activation highlight for the currently selected button.
  • SELECT_AUTO_ACTIVATED
    Displays only the selection highlight even if the button is turned on automatically.

Requirements

Header dvddrvr.idl
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Concepts

DVD-Video Renderer Enumerations