バージョン

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

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

パラメータ

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