The version that you requested is unavailable. We've redirected you to the latest version of the help.
Version

blockArea Property

Gets sets option to use blocking element over control or window.Type of block area.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_blockArea() : AjaxIndicatorBlockArea
function set_blockArea(value : AjaxIndicatorBlockArea)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfAjaxIndicator.get_blockArea();
See Also