ContextMenuEditState Enumeration | 
Version 104.4.240 
            Supported context menu edit state bit flags.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntax[FlagsAttribute]
public enum ContextMenuEditState
[FlagsAttribute]
public enum class ContextMenuEditState
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | None | 0 | 
            A binary constant representing the none flag.
             | 
 | CanUndo | 1 | 
            A binary constant representing the can undo flag.
             | 
 | CanRedo | 2 | 
            A binary constant representing the can redo flag.
             | 
 | CanCut | 4 | 
            A binary constant representing the can cut flag.
             | 
 | CanCopy | 8 | 
            A binary constant representing the can copy flag.
             | 
 | CanPaste | 16 | 
            A binary constant representing the can paste flag.
             | 
 | CanDelete | 32 | 
            A binary constant representing the can delete flag.
             | 
 | CanSelectAll | 64 | 
            A binary constant representing the can select all flag.
             | 
 | CanTranslate | 128 | 
            A binary constant representing the can translate flag.
             | 
 | CanEditRichly | 256 | 
            A binary constant representing the can edit richly flag.
             | 
See Also