Click or drag to resize

CefMenuId Enumeration

Supported menu IDs. Non-English translations can be provided for the IDS_MENU_* strings in CefResourceBundleHandler::GetLocalizedString().

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public enum CefMenuId
Members
Member nameValueDescription
Back100 
Forward101 
Reload102 
ReloadNoCache103 
StopLoad104 
Undo110 
Redo111 
Cut112 
Copy113 
Paste114 
Delete115 
SelectAll116 
Find130 
Print131 
ViewSource132 
SpellcheckSuggestion0200 
SpellcheckSuggestion1201 
SpellcheckSuggestion2202 
SpellcheckSuggestion3203 
SpellcheckSuggestion4204 
SpellcheckSuggestionLast204 
NoSpellingSuggestions205 
AddToDictionary206 
CustomFirst220 
CustomLast250 
UserFirst26,500 
UserLast28,500 
See Also