Determine whether an RadioButtonOption is 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 bool Contains(
	RadioButtonOption radioButtonOption
)
Visual Basic
Public Function Contains ( _
	radioButtonOption As RadioButtonOption _
) As Boolean

Parameters

radioButtonOption
Type: TallComponents.PDF.Forms.Fields..::..RadioButtonOption
The RadioButtonOption to verify.

Return Value

True if the RadioButtonOption is found in this RadioButtonOptionCollection, false otherwise.

Remarks

The radioButtonOption does not accept a nullNothingnullptra null reference (Nothing in Visual Basic) as a valid value.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionThe given radioButtonOption is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also