Accusoft.ThumbnailXpress6.Net
ItemIndex Property (ItemCompleteEventArgs)




Gets and sets the index of the ThumbnailItemCollection member for which the thumbnail image generation has just completed.
Syntax
'Declaration
 
Public Property ItemIndex As Integer
'Usage
 
Dim instance As ItemCompleteEventArgs
Dim value As Integer
 
instance.ItemIndex = value
 
value = instance.ItemIndex
public int ItemIndex {get; set;}
public: __property int get_ItemIndex();
public: __property void set_ItemIndex( 
   int value
);
public:
property int ItemIndex {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the index of the thumbnail.
Remarks

This index is only valid if there are no additions or deletions to the thumbnail item collection prior to use of this index value.

See Also

Reference

ItemCompleteEventArgs Class
ItemCompleteEventArgs Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback