Documentation For Encog 2.x

Form.FindType Method

Find the form input by type.

public Input FindType(
   string type,
   int index
);

Parameters

type
The type of input we want.
index
The index to begin searching at.

Return Value

The Input object that was found.

See Also

Form Class | Encog.Bot.Browse.Range Namespace