Click or drag to resize

CefMenuCommand Enumeration

Version 130.1.90

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


Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.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 This is the first entry
CustomLast250 Custom menu items originating from the renderer process This is the last entry
UserFirst26,500 
UserLast28,500 
See Also