Thank you for your feedback! You have rated this topic in the last 30 days.
spinDelay Property
Gets sets value in milliseconds which is used to delay next spin action when spin button is kept pressed. Note: new value does not persist to server. Delay in milliseconds
Syntax
ASP.NET Ajax Javascript (Specification)
function get_spinDelay() : Integer
function set_spinDelay(value : Integer)
ASP.NET Ajax Javascript (Usage)
var resultVar = instanceOfWebTextEditor.get_spinDelay();