Click or drag to resize
PageCollectionContains Method
Detects if a given Page is in the Collection

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

Parameters

value
Type: Gui.WizardWizardPage
Page to find

Return Value

Type: Boolean
See Also