バージョン

CreateSpinScrollButton メソッド (SpinButtonUIElement)

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

パラメータ

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

戻り値の型

新しい SpinScrollButtonUIElement
参照