Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / LabelList Class / Insert Method

In This Topic
    Insert Method (LabelList)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub Insert( _
       ByVal index As Integer, _
       ByVal item As Label _
    ) 
    public override void Insert( 
       int index,
       Label item
    )

    Parameters

    index
    item
    See Also