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




Gets or sets the current IImageListViewItem.

Syntax

Visual Basic (Declaration) 
Public Property CurrentItem As IImageListViewItem
Visual Basic (Usage)Copy Code
Dim instance As ImageListBox
Dim value As IImageListViewItem
 
instance.CurrentItem = value
 
value = instance.CurrentItem
C# 
public IImageListViewItem CurrentItem {get; set;}
Managed Extensions for C++ 
public: __property IImageListViewItem* get_CurrentItem();
public: __property void set_CurrentItem( 
   IImageListViewItem* value
);
C++/CLI 
public:
property IImageListViewItem^ CurrentItem {
   IImageListViewItem^ get();
   void set (    IImageListViewItem^ value);
}

Property Value

The current IImageListViewItem in the ImageListBox.

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