Skip to content

Commit

Permalink
Add new CefMenuCommand enum items
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Apr 19, 2016
1 parent bd564d0 commit f850c12
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CefSharp/CefMenuCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ public enum CefMenuCommand
SpellCheckNoSuggestions = 205,
AddToDictionary = 206,

/// <summary>
/// Custom menu items originating from the renderer process. For example, plugin placeholder menu items or Flash menu items.
/// This is the first entry
/// </summary>
CustomFirst = 220,
/// <summary>
/// Custom menu items originating from the renderer process. For example, plugin placeholder menu items or Flash menu items.
/// This is the last entry
/// </summary>
CustomLast = 250,

// All user-defined menu IDs should come between MENU_ID_USER_FIRST and
// MENU_ID_USER_LAST to avoid overlapping the Chromium and CEF ID ranges
// defined in the tools/gritsettings/resource_ids file.
Expand Down

0 comments on commit f850c12

Please sign in to comment.