←Select platform

GetAllVisibleItems Method

Summary

Gets an array of all the visible ImageViewerItems for the specified ImageViewerItemPart.

Syntax
C#
VB
C++
public virtual ImageViewerItem[] GetAllVisibleItems( 
   ImageViewerItemPart part 
) 
Public Overridable Function GetAllVisibleItems( 
   ByVal part As ImageViewerItemPart 
) As ImageViewerItem() 
public:  
   virtual array<ImageViewerItem^>^ GetAllVisibleItems( 
      ImageViewerItemPart^ part 
   ) 

Parameters

part

ImageViewerItemPart for which to obtain the visible items.

Return Value

An array of all the visible ImageViewerItems in the specified ImageViewerItemPart. If no items are visible, the array is empty.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.