In This Topic

ItemCount Property (ThumbnailEx)

In This Topic
The number of items in the control. Read only.
Syntax
'Declaration

 

Public ReadOnly Property ItemCount As Integer
public int ItemCount {get;}
public read-only property ItemCount: Integer; 
public function get ItemCount : int
public: __property int get_ItemCount();
public:

property int ItemCount {

   int get();

}
See Also