CefMenuModel ClassXilium.CefGlue

[This is preliminary documentation and is subject to change.]

Supports creation and modification of menus. See cef_menu_id_t for the command ids that have default implementations. All user-defined command ids should be between MENU_ID_USER_FIRST and MENU_ID_USER_LAST. The methods of this class can only be accessed on the browser process the UI thread.
Inheritance Hierarchy

OnlineSystem Object
  Xilium.CefGlue CefMenuModel

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public sealed class CefMenuModel : IDisposable
See Also