バージョン

SpinScrollButtonUIElement コンストラクタ(SpinButtonUIElement,ScrollButton,Int32,Int32,SpinButtonTypes)

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

パラメータ

parent
親UIElement
direction
スクロール矢印の向き。
autoRepeatDelay
オートリピートが始まるまでの遅延。
initialDelay
最初のクリックまでの遅延。
buttonType
表示するスピン ボタンのタイプを指定します。
参照