PDFReaderControls.NET Professional Type Reference

RadioButtonOptionCollection.IndexOf Method 

Searches for the specified RadioButtonOption in the RadioButtonOptionCollection.

public int IndexOf(
   RadioButtonOption radioButtonOption
);

Parameters

radioButtonOption
The RadioButtonOption to locate in the RadioButtonOptionCollection.

Return Value

The zero-based index at which the RadioButtonOption is found, -1 if not found.

See Also

RadioButtonOptionCollection Class | TallComponents.PDF.Forms.Fields Namespace