Version

getClientHeight Method

That function is designed for internal usage only (part of LayoutManager).
Syntax
ASP.NET Ajax Javascript (Specification) 
function getClientHeight() : Integer;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfLayoutPane.getClientHeight();

Return Value

Client height.
See Also