ComponentOne Windows 7 Control Pack for WinForms
Remove Method (JumpItemCollection)



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > JumpItemCollection Class : Remove Method
Removes the specified C1JumpItem from the collection.
Syntax
Public Sub Remove( _
   ByVal item As C1JumpItem _
) 
Dim instance As JumpItemCollection
Dim item As C1JumpItem
 
instance.Remove(item)
public void Remove( 
   C1JumpItem item
)
public:
void Remove( 
   C1JumpItem^ item
) 

Parameters

item
See Also

Reference

JumpItemCollection Class
JumpItemCollection Members