IMenuModelInsertRadioItemAt Method  | 
Version 108.4.130 
            Insert a radio item in the menu at the specified index.
            Only a single item with the specified groupId can be checked at a time.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxbool InsertRadioItemAt(
	int index,
	CefMenuCommand commandId,
	string label,
	int groupId
)
bool InsertRadioItemAt(
	int index, 
	CefMenuCommand commandId, 
	String^ label, 
	int groupId
)
Parameters
- index
 - Type: SystemInt32
index - commandId
 - Type: CefSharpCefMenuCommand
the command Id - label
 - Type: SystemString
the label of the item - groupId
 - Type: SystemInt32
the group id 
Return Value
Type: 
BooleanReturns true on success.
See Also