CefMenuCommand Enumeration |
Version 130.1.90[Missing <summary> documentation for "T:CefSharp.CefMenuCommand"]
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public enum CefMenuCommand
public enum class CefMenuCommand
Members Member name | Value | Description |
---|
NotFound | -1 | |
Back | 100 | |
Forward | 101 | |
Reload | 102 | |
ReloadNoCache | 103 | |
StopLoad | 104 | |
Undo | 110 | |
Redo | 111 | |
Cut | 112 | |
Copy | 113 | |
Paste | 114 | |
Delete | 115 | |
SelectAll | 116 | |
Find | 130 | |
Print | 131 | |
ViewSource | 132 | |
SpellCheckSuggestion0 | 200 | |
SpellCheckSuggestion1 | 201 | |
SpellCheckSuggestion2 | 202 | |
SpellCheckSuggestion3 | 203 | |
SpellCheckSuggestion4 | 204 | |
SpellCheckLastSuggestion | 204 | |
SpellCheckNoSuggestions | 205 | |
AddToDictionary | 206 | |
CustomFirst | 220 |
Custom menu items originating from the renderer process
This is the first entry
|
CustomLast | 250 |
Custom menu items originating from the renderer process
This is the last entry
|
UserFirst | 26,500 | |
UserLast | 28,500 | |
See Also