Adds a WizardPage into the Collection
Namespace: Gui.WizardAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int Add(
WizardPage value
)
Public Function Add (
value As WizardPage
) As Integer
public:
int Add(
WizardPage^ value
)
member Add :
value : WizardPage -> int
Parameters
- value
- Type: Gui.WizardWizardPage
The page to add
Return Value
Type:
Int32See Also