ComponentOne DashboardLayout for WinForms
InsertBefore Method

C1.Win.Layout Namespace > DashboardCollection Class : InsertBefore Method
Id of the item before which we need to insert the item.
The item to insert.
Inserts item before item
Syntax
'Declaration
 
Public MustOverride Sub InsertBefore( _
   ByVal id As String, _
   ByVal item As DashboardItem _
) 
public abstract void InsertBefore( 
   string id,
   DashboardItem item
)

Parameters

id
Id of the item before which we need to insert the item.
item
The item to insert.
See Also

Reference

DashboardCollection Class
DashboardCollection Members