ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / JumpItemCollection Class / Remove Method

In This Topic
    Remove Method (JumpItemCollection)
    In This Topic
    Removes the specified C1JumpItem from the collection.
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal item As C1JumpItem _
    ) 
    public void Remove( 
       C1JumpItem item
    )

    Parameters

    item
    See Also