GdPicture.NET.14
GdPicture14 Namespace / ThumbnailEx Class / ItemCount Property





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