insertItem Method

Summary

Overrides LeadCollection.InsertItem to handle adding items to the viewer.

Syntax
TypeScript
JavaScript
ImageViewerItems.prototype.insertItem = function( 
   index, 
   item 
) 
insertItem( 
   index: number, 
   item: ImageViewerItem 
): void; // protected 

Parameters

index

0-based index at which to add the item.

item

The ImageViewerItem item to be added.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly