Overview   Project   Class   Tree   Index 
CEF C++ API Docs - Revision 1123
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Enum cef_menu_typebits_t

   in cef_types.h

The cef_menu_info_t typeFlags value will be a combination of the following values.


Field Summary
MENUTYPE_AUDIO = 0x100
          A video node is selected
MENUTYPE_EDITABLE = 0x20
          An editable element is selected
MENUTYPE_FRAME = 0x2
          A subframe page is selected
MENUTYPE_IMAGE = 0x8
          An image is selected
MENUTYPE_LINK = 0x4
          A link is selected
MENUTYPE_MISSPELLED_WORD = 0x40
          A misspelled word is selected
MENUTYPE_NONE = 0x0
          No node is selected
MENUTYPE_PAGE = 0x1
          The top page is selected
MENUTYPE_SELECTION = 0x10
          There is a textual or mixed selection that is selected
MENUTYPE_VIDEO = 0x80
          A video node is selected
 

Field Detail

MENUTYPE_AUDIO

public MENUTYPE_AUDIO = 0x100
A video node is selected

MENUTYPE_EDITABLE

public MENUTYPE_EDITABLE = 0x20
An editable element is selected

MENUTYPE_FRAME

public MENUTYPE_FRAME = 0x2
A subframe page is selected

MENUTYPE_IMAGE

public MENUTYPE_IMAGE = 0x8
An image is selected

MENUTYPE_LINK

public MENUTYPE_LINK = 0x4
A link is selected

MENUTYPE_MISSPELLED_WORD

public MENUTYPE_MISSPELLED_WORD = 0x40
A misspelled word is selected

MENUTYPE_NONE

public MENUTYPE_NONE = 0x0
No node is selected

MENUTYPE_PAGE

public MENUTYPE_PAGE = 0x1
The top page is selected

MENUTYPE_SELECTION

public MENUTYPE_SELECTION = 0x10
There is a textual or mixed selection that is selected

MENUTYPE_VIDEO

public MENUTYPE_VIDEO = 0x80
A video node is selected

 Overview   Project   Class   Tree   Index 
CEF C++ API Docs - Revision 1123
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2011 Marshall A. Greenblatt