InsertItem Method

Summary
Inserts an IImageListViewItem at the specified index.
Syntax
C#
VB
C++
public ImageListBox InsertItem( 
   IImageListViewItem item, 
   int itemIndex 
) 
  
Public Function InsertItem( _ 
   ByVal item As IImageListViewItem, _ 
   ByVal itemIndex As Integer _ 
) As ImageListBox 
public: 
ImageListBox^ InsertItem(  
   IImageListViewItem^ item, 
   int itemIndex 
)  

Parameters

item
The IImageListViewItem item that will be inserted.

itemIndex
An System.Int32 value that represents the index location where the item will be inserted at.

Return Value

The ImageListBox that is used to display the new item.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.