←Select platform

SetItem Method

Summary

Overrides LeadCollection.SetItem to handle replacing items in the viewer.

Syntax
C#
VB
C++
protected override void SetItem( 
   int index, 
   ImageViewerItem item 
) 
Protected Overrides Sub SetItem( 
   ByVal index As Integer, 
   ByVal item As ImageViewerItem 
) 
protected:  
   virtual void SetItem( 
      Int32 index, 
      ImageViewerItem^ item 
   ) override 

Parameters

index

The 0-based index of the collection entry to replace.

item

The new ImageViewerItem.

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.