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