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