ComponentOne DashboardLayout for WinForms
Remove Method

C1.Win.Layout Namespace > DashboardCollection Class : Remove Method
Id for the item to remove.
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

Reference

DashboardCollection Class
DashboardCollection Members