ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailList Class / LoadAllARTPages Method




In This Topic
    LoadAllARTPages Method
    In This Topic
    Causes the ThumbnailList to fire the MarksLoading event for each thumbnail item that does not have an associated ImGearARTPage in the ThumbnailList.ARTPageCache.
    Syntax
    'Declaration
     
    Public Sub LoadAllARTPages() 
    'Usage
     
    Dim instance As ImGearThumbnailList
     
    instance.LoadAllARTPages()
    public void LoadAllARTPages()
    public: void LoadAllARTPages(); 
    public:
    void LoadAllARTPages(); 
    See Also