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

C# Syntax

void Select( 
   uint index
)

Parameters

index
The 0-based index of the radio button to select.