DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / DashboardCollection Class / InsertAfter Method
Id of the item after which we need to insert the item.
The item to insert.

In This Topic
    InsertAfter Method (DashboardCollection)
    In This Topic
    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