Version

getClientWidth Method

Implementation of LayoutManager. Internal use only.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getClientWidth() : Number;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDialogWindow.getClientWidth();

Return Value

Width of client area.
See Also