Insert Method (WizardPagesCollection)
Inserts an element into the WizardPagesCollection at the specified index.
Syntax
public void Insert( int index, WizardPage value )
public: void Insert( int index, WizardPage^ value )
Parameters
- index
- An Integer value representing the zero-based index at which value should be inserted.
- value
- A WizardPage object to insert. The value can be null.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also