InsertItem Method

Summary

Inserts a 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly