IMenuModelAddCheckItem Method  | 
Version 93.1.111 
            Add a check item to the menu.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxbool AddCheckItem(
	CefMenuCommand commandId,
	string label
)
bool AddCheckItem(
	CefMenuCommand commandId, 
	String^ label
)
Parameters
- commandId
 - Type: CefSharpCefMenuCommand
the command Id - label
 - Type: SystemString
the label of the item 
Return Value
Type: 
BooleanReturns true on success.
See Also