ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > ImGearThumbnailList class : ImGearThumbnailList Constructor |
ASP.NET Ajax Javascript (Specification) | |
---|---|
ImageGear.Web.UI.ImGearThumbnailList = function() {}; |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var instanceVar = new ImageGear.Web.UI.ImGearThumbnailList(); |
This function constructs an instance of the ImGearThumbnailList class. Normally, you should use the ImGearThumbnailList server control to create ImGearThumbnailList controls rather than this function. However, there are some cases where you may want to create controls on the client, such as in an ASP.NET MVC page or where you may want to choose to bypass the server side ImGearThumbnailList control.