Share via


EHighlightAction

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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