PageCollectionInsert Method |
Adds a new page at a particular position in the Collection
Namespace: Gui.WizardAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Insert(
int index,
WizardPage value
)
Public Sub Insert (
index As Integer,
value As WizardPage
)
public:
void Insert(
int index,
WizardPage^ value
)
member Insert :
index : int *
value : WizardPage -> unit
Parameters
- index
- Type: SystemInt32
Position - value
- Type: Gui.WizardWizardPage
Page to be added
See Also