バージョン

CreateSpinScrollButton メソッド

スピン ボタンを作成する必要があるときに呼び出されます。
シンタックス
'宣言
 
Protected Overrides Function CreateSpinScrollButton( _
   ByVal direction As ScrollButton, _
   ByVal autoRepeatDelay As Integer, _
   ByVal initialDelay As Integer, _
   ByVal buttonType As Infragistics.Win.SpinButtonTypes _
) As Infragistics.Win.SpinScrollButtonUIElement
protected override Infragistics.Win.SpinScrollButtonUIElement CreateSpinScrollButton( 
   ScrollButton direction,
   int autoRepeatDelay,
   int initialDelay,
   Infragistics.Win.SpinButtonTypes buttonType
)

パラメータ

direction
スピン スクロール ボタンの方向
autoRepeatDelay
オートリピートが始まるまでの遅延。
initialDelay
オートリピート モード中のクリック間の遅延。
buttonType
作成されるスピン ボタンのタイプ。

戻り値の型

新しい SpinScrollButtonUIElement
参照