LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

InsertItem Method







The IImageListViewItem item that will be inserted.
An System.Int32 value that represents the index location where the item will be inserted at.
Inserts a IImageListViewItem at the specified index.
Syntax
public ImageListBox InsertItem( 
   IImageListViewItem item,
   int itemIndex
)
'Declaration
 
Public Function InsertItem( _
   ByVal item As IImageListViewItem, _
   ByVal itemIndex As Integer _
) As ImageListBox
'Usage
 
Dim instance As ImageListView
Dim item As IImageListViewItem
Dim itemIndex As Integer
Dim value As ImageListBox
 
value = instance.InsertItem(item, itemIndex)
public ImageListBox InsertItem( 
   IImageListViewItem item,
   int itemIndex
)
 function Leadtools.Medical.Workstation.UI.ImageListView.InsertItem( 
   item ,
   itemIndex 
)
public: ImageListBox* InsertItem( 
   IImageListViewItem* item,
   int itemIndex
) 
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImageListView Class
ImageListView Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.