Searches for the specified ListOption in the ListOptionCollection.
Namespace: TallComponents.PDF.Forms.FieldsAssembly: 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 |
Parameters
- listOption
- Type: TallComponents.PDF.Forms.Fields..::..ListOption
The ListOption to locate in the ListOptionCollection.