←Select platform

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 Leadtools.Medical.Workstation.Ui.IImageListViewItem, _ 
   ByVal itemIndex As Integer _ 
) As Leadtools.Medical.Workstation.Ui.ImageListBox 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly