ComponentOne DashboardLayout for WinForms
InsertAfter Method

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

Parameters

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

Reference

DashboardCollection Class
DashboardCollection Members