Click or drag to resize

CefMenuModelInsertRadioItemAt Method

Insert a radio item in the menu at the specified |index|. Only a single item with the specified |group_id| can be checked at a time. Returns true on success.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool InsertRadioItemAt(
	int index,
	int commandId,
	string label,
	int groupId
)

Parameters

index  Int32
 
commandId  Int32
 
label  String
 
groupId  Int32
 

Return Value

Boolean
See Also