DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / DashboardCollection Class / Remove Method
Id for the item to remove.

In This Topic
    Remove Method (DashboardCollection)
    In This Topic
    Removes item by id.
    Syntax
    'Declaration
     
    
    Public MustOverride Function Remove( _
       ByVal id As String _
    ) As Boolean
    public abstract bool Remove( 
       string id
    )

    Parameters

    id
    Id for the item to remove.

    Return Value

    True if the item has been removed successfully.
    See Also