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

from Method

Casts passed in object to the WebProgressBar type.
Syntax
ASP.NET Ajax Javascript (Specification) 
function from( 
   obj : {Any}
) : WebProgressBar;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebProgressBar.from({Any});

Parameters

obj
Object to convert to the WebProgressBar type.

Return Value

Reference to the same object that is passed in, only type converted to the WebProgressBar type.
See Also