ImageGear .NET - Updated
selectionIsVisible Property

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > PageView class : selectionIsVisible Property
Indicates whether the selection is visible.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_selectionIsVisible() : Boolean
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfPageView.get_selectionIsVisible();
Remarks

This read-only property will be true if the selection is currently visible and false otherwise.

Note that this value will match the actual target state of the viewer, but the viewer may not have updated the visual presentation to match that state.

See Also

Reference

PageView class
PageView Members