Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getFocused Method
Returns true if the UIObject is focused.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getFocused(
: 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