Click or drag to resize
PageCollectionIndexOf Method
Finds the position of the page in the colleciton

Namespace: Gui.Wizard
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int IndexOf(
	WizardPage value
)

Parameters

value
Type: Gui.WizardWizardPage
Page to find position of

Return Value

Type: Int32
Index of Page in collection
See Also