バージョン

ScrollButtonUIElement コンストラクタ(UIElement,ScrollButton,Int32,Int32)

コンストラクター。ScrollButtonUIElement クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As UIElement, _
   ByVal scrollButtonType As ScrollButton, _
   ByVal autoFireRepeatInterval As Integer, _
   ByVal initialAutoRepeatDelay As Integer _
)
public ScrollButtonUIElement( 
   UIElement parent,
   ScrollButton scrollButtonType,
   int autoFireRepeatInterval,
   int initialAutoRepeatDelay
)

パラメータ

parent
親UIElement
scrollButtonType
System.Windows.Forms.ScrollButton タイプ
autoFireRepeatInterval
次のヒントが発生する前の int ミリ秒の遅延
initialAutoRepeatDelay
autorepeat の前の初期の遅延
参照