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); }
'Declaration Public Property ItemIndex As Integer
'Usage Dim instance As ItemCompleteEventArgs Dim value As Integer instance.ItemIndex = value value = instance.ItemIndex
This index is only valid if there are no additions or deletions to the thumbnail item collection prior to use of this index value.
ItemCompleteEventArgs Class ItemCompleteEventArgs Members
©2019. Accusoft Corporation. All Rights Reserved.