Accusoft.ThumbnailXpress6.Net
Insert Method (SelectedThumbnailItemCollection)




The index position in the selected item collection to add the given thumbnail.
The thumbnail to add to the collection.
This method inserts the provided thumbnail item into the selected item collection at the given index. The display is updated if appropriate.
Syntax
'Declaration
 
Public Overridable Sub Insert( _
   ByVal collectionIndex As Integer, _
   ByVal item As ThumbnailItem _
) 
'Usage
 
Dim instance As SelectedThumbnailItemCollection
Dim collectionIndex As Integer
Dim item As ThumbnailItem
 
instance.Insert(collectionIndex, item)
public virtual void Insert( 
   int collectionIndex,
   ThumbnailItem item
)
public: virtual void Insert( 
   int collectionIndex,
   ThumbnailItem* item
) 
public:
virtual void Insert( 
   int collectionIndex,
   ThumbnailItem^ item
) 

Parameters

collectionIndex
The index position in the selected item collection to add the given thumbnail.
item
The thumbnail to add to the collection.
See Also

Reference

SelectedThumbnailItemCollection Class
SelectedThumbnailItemCollection Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback