Click or drag to resize

ContextMenuEditState Enumeration

Version 94.4.20
Supported context menu edit state bit flags.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
[FlagsAttribute]
public enum ContextMenuEditState
Members
  Member nameValueDescription
None0 A binary constant representing the none flag.
CanUndo1 A binary constant representing the can undo flag.
CanRedo2 A binary constant representing the can redo flag.
CanCut4 A binary constant representing the can cut flag.
CanCopy8 A binary constant representing the can copy flag.
CanPaste16 A binary constant representing the can paste flag.
CanDelete32 A binary constant representing the can delete flag.
CanSelectAll64 A binary constant representing the can select all flag.
CanTranslate128 A binary constant representing the can translate flag.
See Also