Gets and sets the index for the Thumbnail Item collection member which incurred an error during thumbnail generation.
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 ErrorEventArgs
Dim value As Integer
instance.ItemIndex = value
value = instance.ItemIndex
Property Value
An integer value which represents the zero-based index of the thumbnail.