PageCollectionAddRange Method |
Adds an array of pages into the collection. Used by the Studio Designer generated coed
Namespace: Gui.WizardAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void AddRange(
WizardPage[] pages
)
Public Sub AddRange (
pages As WizardPage()
)
public:
void AddRange(
array<WizardPage^>^ pages
)
member AddRange :
pages : WizardPage[] -> unit
Parameters
- pages
- Type: Gui.WizardWizardPage
Array of pages to add
See Also