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





In This Topic
AllItemsLoaded Property (ThumbnailEx)
In This Topic
Syntax
'Declaration
 
Public ReadOnly Property AllItemsLoaded As Boolean
public bool AllItemsLoaded {get;}
public read-only property AllItemsLoaded: Boolean; 
public function get AllItemsLoaded : boolean
public: __property bool get_AllItemsLoaded();
public:
property bool AllItemsLoaded {
   bool get();
}
See Also