ImageListBoxItemCollection.Insert(Int32, Object) Method
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type |
|---|---|
| index | Int32 |
| item | Object |
See Also
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
public override void Insert(
int index,
object item
)
Public Overrides Sub Insert(
index As Integer,
item As Object
)
| Name | Type |
|---|---|
| index | Int32 |
| item | Object |