Visual Basic (Declaration) | |
---|---|
Public Property CurrentItem As IImageListViewItem |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ImageItem 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 IImageListViewItem displayed in this ImageItemTarget Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7