←Select platform

IsItemVisible Method

Summary

Gets a value that indicate 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 is currently visible, otherwise; false.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly