Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getHoverable Method
Returns the resolved hoverability of a UIObject.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getHoverable(
: Object
) : Boolean; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfFlagsObject.getHoverable(Object); |
Parameters
- parent
- the parent UI Object
Return Value
boolean flag indicating whether the object is hoverable
See Also