Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation.UI Namespace > ImageListView Class : Items Property |
public IImageListViewItem[] Items {get;}
'Declaration Public ReadOnly Property Items As IImageListViewItem()
'Usage Dim instance As ImageListView Dim value() As IImageListViewItem value = instance.Items
public: __property IImageListViewItem*[]* get_Items();
public: property array<IImageListViewItem^>^ Items { array<IImageListViewItem^>^ get(); }