Searches for the specified RadioButtonOption in the RadioButtonOptionCollection.

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public int IndexOf(
	RadioButtonOption radioButtonOption
)
Visual Basic
Public Function IndexOf ( _
	radioButtonOption As RadioButtonOption _
) As Integer

Return Value

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

See Also