In This Topic

Idx Property (ThumbnailEx.ItemDoubleClickedEventArgs)

In This Topic
The thumbnail index. A value between 0 and thumbnails count.
Syntax
'Declaration
 
Public ReadOnly Property Idx As Integer
public int Idx {get;}
public read-only property Idx: Integer; 
public function get Idx : int
public: __property int get_Idx();
public:
property int Idx {
   int get();
}
See Also