PowerTools CalendarGrid for Windows Forms 1.0J
Spin メソッド

変化量を表す System.Int32 値。
スピン動作をループするかどうかを示す bool 値。true の場合にはループして動作します。
変化量とループの可否を指定してスピン動作を実行します。
構文
Sub Spin( _
   ByVal increment As Integer, _
   ByVal wrap As Boolean _
) 
void Spin( 
   int increment,
   bool wrap
)

パラメータ

increment
変化量を表す System.Int32 値。
wrap
スピン動作をループするかどうかを示す bool 値。true の場合にはループして動作します。
参照

ISpinable インターフェース
ISpinable メンバ

 

 


© 2014 GrapeCity inc. All rights reserved.