Searches for the specified ListOption in the ListOptionCollection.

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

Syntax

C#
public int IndexOf(
	ListOption listOption
)
Visual Basic
Public Function IndexOf ( _
	listOption As ListOption _
) As Integer

Return Value

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

See Also