Click or drag to resize

CefMenuCommand Enumeration

Version 86.0.240

[Missing <summary> documentation for "T:CefSharp.CefMenuCommand"]

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public enum CefMenuCommand
Members
  Member nameValueDescription
NotFound-1
Back100
Forward101
Reload102
ReloadNoCache103
StopLoad104
Undo110
Redo111
Cut112
Copy113
Paste114
Delete115
SelectAll116
Find130
Print131
ViewSource132
SpellCheckSuggestion0200
SpellCheckSuggestion1201
SpellCheckSuggestion2202
SpellCheckSuggestion3203
SpellCheckSuggestion4204
SpellCheckLastSuggestion204
SpellCheckNoSuggestions205
AddToDictionary206
CustomFirst220 Custom menu items originating from the renderer process. For example, plugin placeholder menu items or Flash menu items. This is the first entry
CustomLast250 Custom menu items originating from the renderer process. For example, plugin placeholder menu items or Flash menu items. This is the last entry
UserFirst26500
UserLast28500
See Also