WizardStepCollection.IndexOf Method
.NET Framework 3.0
Determines the index value that represents the position of the specified WizardStepBase-derived object in the collection.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public int IndexOf ( WizardStepBase wizardStep )
public function IndexOf ( wizardStep : WizardStepBase ) : int
Not applicable.
Parameters
- wizardStep
The WizardStepBase-derived object to search for in the WizardStepCollection collection.
Return Value
If found, the zero-based index of the first occurrence of the WizardStepBase-derived object passed in within the current WizardStepCollection collection; otherwise, -1.Community Additions
ADD
Show: