LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
AddItem Method
See Also 
Leadtools.Medical.Workstation.UI Namespace > ImageListView Class : AddItem Method




item
The IImageListViewItem object that contains the item information to be displayed.
item
The IImageListViewItem object that contains the item information to be displayed.
Adds an IImageListViewItem item to be displayed in the ImageListView.

Syntax

Visual Basic (Declaration) 
Public Function AddItem( _
   ByVal item As IImageListViewItem _
) As ImageListBox
Visual Basic (Usage)Copy Code
Dim instance As ImageListView
Dim item As IImageListViewItem
Dim value As ImageListBox
 
value = instance.AddItem(item)
C# 
public ImageListBox AddItem( 
   IImageListViewItem item
)
Managed Extensions for C++ 
public: ImageListBox* AddItem( 
   IImageListViewItem* item
) 
C++/CLI 
public:
ImageListBox^ AddItem( 
   IImageListViewItem^ item
) 

Parameters

item
The IImageListViewItem object that contains the item information to be displayed.

Return Value

The ImageListBox that is used to display the new item.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also