property Items.CellChecked (RadioGroup as Long) as HCELL

Retrieves the handle of the cell that is checked, given the radio group identifier.

TypeDescription
RadioGroup as Long A long expression that indicates the radio group identifier.
HCELL A long expression that indicates the cell's handle. Use the CellItem property to retrieve the handle of the owner item.
A radio group contains a set of cells of radio types. Use the CellHasRadioButton property to set the cell of radio type. To change the state for a cell you can use the CellState property. To add or remove a cell to a given radio group you have to use CellHasRadioButton property. Use the CellRadioGroup property to add cells in the same radio group. The control fires the ViewItemStateStartChanging(exCheckItem) / ViewItemStateEndChanging(exCheckItem) event when the check box or radio button state is changed.