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 メソッド
ブラウザーの現在のマウス イベントに関連したスピン ボタンのインデックスを取得します。コントロールのマウス イベントを処理するときに使用できます。
シンタックス
ASP.NET Ajax Javascript (Specification) | |
---|
function getSpinButtonID() : Integer; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebTextEditor.getSpinButtonID(); |
戻り値の型
0: 上のスピン ボタン、1: 下のスピン ボタン、-1: 現在のイベントに関連するスピン ボタンがありません。