ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / JumpTaskCollection Class / Remove Method / Remove(String) Method

In This Topic
    Remove(String) Method
    In This Topic
    Removes the first occurrence of the C1JumpTask with the specified title from the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Remove( _
       ByVal title As String _
    ) 
    public void Remove( 
       string title
    )

    Parameters

    title
    See Also