[]
        
(Showing Draft Content)

FarPoint.Win.Elements.Insert

Insert Method

Insert(int, object)

Inserts an element to the collection at the specified index.

Declaration
public virtual void Insert(int index, object e)
Public Overridable Sub Insert(index As Integer, e As Object)
Parameters
Type Name Description
int index

Index

object e

Element object

Insert(int, object, bool)

Inserts an element to the collection at the specified index.

Declaration
public virtual void Insert(int index, object e, bool noClone)
Public Overridable Sub Insert(index As Integer, e As Object, noClone As Boolean)
Parameters
Type Name Description
int index

Index

object e

Element object

bool noClone

Whether to add as is, no cloning