- item
- The IImageListViewItem object to be reomoved.
| Visual Basic (Declaration) | |
|---|---|
Public Function RemoveItem( _ 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.RemoveItem(item) | |
| C# | |
|---|---|
public ImageListBox RemoveItem( IImageListViewItem item ) | |
| Managed Extensions for C++ | |
|---|---|
public: ImageListBox* RemoveItem( IImageListViewItem* item ) | |
| C++/CLI | |
|---|---|
public: ImageListBox^ RemoveItem( IImageListViewItem^ item ) | |
Parameters
- item
- The IImageListViewItem object to be reomoved.
Return Value
The ImageListBox that is displaying the removed IImageListViewItemTarget Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code