CefMenuModelAddRadioItem Method |
Add a radio item to the menu. Only a single item with the specified
|group_id| can be checked at a time. Returns true on success.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool AddRadioItem(
int commandId,
string label,
int groupId
)
Parameters
- commandId Int32
-
- label String
-
- groupId Int32
-
Return Value
Boolean
See Also