Version

getFocused Method

Returns true if the UIObject is focused.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getFocused( 
   parent : Object
) : Boolean;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfFlagsObject.getFocused(Object);

Parameters

parent

Return Value

boolean flag indicating whether the object is focused
See Also