| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- index
- Index of the new page.
- value
- Page to be inserted into the collection.
| C# | Copy Code |
|---|---|
private void Form1_Load(object
sender, System.EventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load | |