ComponentOne DashboardLayout for WinForms
MoveBefore Method

C1.Win.Layout Namespace > DashboardCollection Class : MoveBefore Method
Id of the item before which we need to insert the item.
The item to insert.
Move the item to the place before the item with the specified ID.
Syntax
'Declaration
 
Public MustOverride Sub MoveBefore( _
   ByVal id As String, _
   ByVal item As DashboardItem _
) 
public abstract void MoveBefore( 
   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