ImageGear for .NET
ImGearThumbnailList Constructor
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : ImGearThumbnailList Constructor

Glossary Item Box

Constructs an instance of the ImGearThumbnailList class.

Syntax

ASP.NET Ajax Javascript (Specification) 
ImageGear.Web.UI.ImGearThumbnailList = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new ImageGear.Web.UI.ImGearThumbnailList();

Return Value

Like all JavaScript constructors, this function returns an instance of the constructed object.

Remarks

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.

See Also

©2013. Accusoft Corporation. All Rights Reserved.