PageCollectionIndexOf Method |
Finds the position of the page in the colleciton
Namespace: Gui.WizardAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int IndexOf(
WizardPage value
)
Public Function IndexOf (
value As WizardPage
) As Integer
public:
int IndexOf(
WizardPage^ value
)
member IndexOf :
value : WizardPage -> int
Parameters
- value
- Type: Gui.WizardWizardPage
Page to find position of
Return Value
Type:
Int32Index of Page in collection
See Also