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 : ImageLists Property |
public ImageListBox[] ImageLists {get;}
'Declaration Public ReadOnly Property ImageLists As ImageListBox()
'Usage Dim instance As ImageListView Dim value() As ImageListBox value = instance.ImageLists
public: __property ImageListBox*[]* get_ImageLists();
public: property array<ImageListBox^>^ ImageLists { array<ImageListBox^>^ get(); }