EHighlightAction
This enumeration defines constants used to describe the action state of the current highlight.
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Dvddrvr.idl.
See Also
DVD-Video Renderer Enumerations
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.