insertItem Method

Summary

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

Syntax

JavaScript Syntax
ImageViewerItems.prototype.insertItem = function(index, item) 
TypeScript Syntax
insertItem(index: number, item: any): 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly