Version

isDragging Method

Indicates whether the DragScroll is activated and has mouse capture. If true the DragScroll is activated and has mouse capture; otherwise false. The defautl is false.
Syntax
ASP.NET Ajax Javascript (Specification) 
function isDragging() : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDragScroll.isDragging();
See Also