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

Glossary Item Box

Gets or sets the id of the HTML element that will hold the state of this control.

Syntax

ASP.NET Ajax Javascript (Specification) 
function get_controlStateElementId() : String
function set_controlStateElementId(value : String)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfImGearThumbnailList.get_controlStateElementId();

Remarks

This property is a string that contains the id of an HTML element that will hold the state of this control. It is for internal use only and the server-side ASP.NET control automatically sets this property to the correct value. If you are not using the server-side ASP.NET control, then you should not use this property because it is only used to convey the client-side control's state back to the server-side control.

See Also

©2013. Accusoft Corporation. All Rights Reserved.