Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
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.