PDFReaderControls.NET Professional Type Reference

RadioButtonOptionCollection.Contains Method 

Determine whether an RadioButtonOption is in the RadioButtonOptionCollection.

public bool Contains(
   RadioButtonOption radioButtonOption
);

Parameters

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 a null reference as a valid value.

Exceptions

Exception Type Condition
ArgumentNullException The given radioButtonOption is a null reference.

See Also

RadioButtonOptionCollection Class | TallComponents.PDF.Forms.Fields Namespace