←Select platform

IsItemVisible Method

Summary

Gets a value that indicates whether the specified item or part is currently visible in the viewer.

Syntax
C#
VB
C++
public virtual bool IsItemVisible( 
   ImageViewerItem item, 
   ImageViewerItemPart part 
) 
Public Overridable Function IsItemVisible( 
   ByVal item As ImageViewerItem, 
   ByVal part As ImageViewerItemPart 
) As Boolean 
public:  
   virtual bool IsItemVisible( 
      ImageViewerItem^ item, 
      ImageViewerItemPart^ part 
   ) 

Parameters

item

The image viewer item requested. This value cannot be null.

part

The item part requested. To use the whole item, pass ImageViewerItemPart.View.

Return Value

true if the item and part are currently visible, otherwise; false.

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.