Select(UInt32) Method
Selects the specified radio button (by index) in the radio group.

C# Syntax

void Select( 
   uint itemIndex
)

Parameters

itemIndex
The index of the item to select (1-based).