ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearThumbnailList class / dispose Method

In This Topic
    dispose Method
    In This Topic
    Disposes of the resources held by the ImGearThumbnailList.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function dispose() : (Any);
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearThumbnailList.dispose();
    Remarks

    This function disposes of the resources held by this ImGearThumbnailList and removes all Thumbnails information. After you call this function, you will not be able to use this instance of the ImGearThumbnailList again. You must always call get_enabled() to make sure the control is still available.

    See Also