MESCIUS InputMan for ASP.NET 10.0J
Spin コンストラクタ(Int32,Int32,Boolean,Boolean,ButtonPosition,Boolean,Boolean)

繰り返し発生させるスピンアクションの間隔(Int32 型)
スピンアクション時の値の増減量(Int32 型)
[↑]キーまたは[↓]キーの押下による値の増減を行うかどうか(Boolean 型)
スピン機能を使った値の増減を有効範囲内でループさせるかどうか(Boolean 型)
スピンボタンの表示位置(GrapeCity.Web.Input.Core.ButtonPosition 型)
スピン機能の有効または無効(Boolean 型)
スピンボタンを表示するかどうか(Boolean 型)
指定したデータを含むSpinクラスの新しいインスタンスを初期化します。
シンタックス
Public Function New( _
   ByVal delay As Integer, _
   ByVal increment As Integer, _
   ByVal spinOnKeys As Boolean, _
   ByVal wrap As Boolean, _
   ByVal position As ButtonPosition, _
   ByVal enabled As Boolean, _
   ByVal visible As Boolean _
)

パラメータ

delay
繰り返し発生させるスピンアクションの間隔(Int32 型)
increment
スピンアクション時の値の増減量(Int32 型)
spinOnKeys
[↑]キーまたは[↓]キーの押下による値の増減を行うかどうか(Boolean 型)
wrap
スピン機能を使った値の増減を有効範囲内でループさせるかどうか(Boolean 型)
position
スピンボタンの表示位置(GrapeCity.Web.Input.Core.ButtonPosition 型)
enabled
スピン機能の有効または無効(Boolean 型)
visible
スピンボタンを表示するかどうか(Boolean 型)
例外
例外解説
System.ArgumentOutOfRangeExceptiondelayまたはincrementに、0〜32767以外の値が設定されています。
参照

参照

Spin クラス
Spin メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.