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

Glossary Item Box

Indicates the current state of the control.

Syntax

ASP.NET Ajax Javascript (Specification) 
function get_currentState() : ThumbnailViewState
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfThumbnailView.get_currentState();

Remarks

This read-only property will be an ImageGear.Web.UI.ThumbnailViewState object that contains the state of the viewer, including such things as the image identifier and the current state of the selected property. Note that if you call openPage, the value of this property will immediately change to reflect the image to be opened, even if the opening process has not completed (and the viewer has not yet raised the pageOpened event).

See Also

©2013. Accusoft Corporation. All Rights Reserved.