C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1AppView Namespace / C1AppViewItemCollection Class / Remove Method
The C1AppViewItem item to be removed.

In This Topic
Remove Method (C1AppViewItemCollection)
In This Topic
Removes the specified item from the list.
Syntax
'Declaration
 
Public Shadows Sub Remove( _
   ByVal child As C1AppViewItem _
) 
 

Parameters

child
The C1AppViewItem item to be removed.
See Also