バージョン

TabScrollButtonUIElement コンストラクタ(Orientation,UIElement,Int32,Int32)

新しい TabScrollButtonUIElement を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal orientation As Orientation, _
   ByVal parent As UIElement, _
   ByVal autoRepeatDelay As Integer, _
   ByVal initialDelay As Integer _
)
public TabScrollButtonUIElement( 
   Orientation orientation,
   UIElement parent,
   int autoRepeatDelay,
   int initialDelay
)

パラメータ

orientation
スピン ボタンの方向
parent
親要素
autoRepeatDelay
要素でマウスボタンを押し下げるときのクリックイベント間の間隔。
initialDelay
最初のオートリピートクリックを開始する前の間隔。
参照