Version

getSpinButtonID Method

Gets index of spin button which is involved in current mouse event of browser. That can be used while processing mouse events of control.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getSpinButtonID() : Integer;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebTextEditor.getSpinButtonID();

Return Value

0: upper spin button, 1: lower spin button, -1: no spin button is related to current event.
See Also