'Declaration Protected Overrides NotOverridable Sub SetItem( _ ByVal index As Integer, _ ByVal view As ZoomboxView _ )
'Usage Dim instance As ZoomboxViewStack Dim index As Integer Dim view As ZoomboxView instance.SetItem(index, view)
protected override void SetItem( int index, ZoomboxView view )
Parameters
- index
- The index of the view to modify.
- view
- The new view.