'Declaration Protected Overrides NotOverridable Sub InsertItem( _ ByVal index As Integer, _ ByVal view As ZoomboxView _ )
'Usage Dim instance As ZoomboxViewStack Dim index As Integer Dim view As ZoomboxView instance.InsertItem(index, view)
protected override void InsertItem( int index, ZoomboxView view )
Parameters
- index
- The index in which to insert the view
- view
- The view to insert.