バージョン

SpinButtonUIElement コンストラクタ

コンストラクター
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As Infragistics.Win.UIElement, _
   ByVal autoRepeatDelay As Integer, _
   ByVal initialDelay As Integer _
)
public SpinButtonUIElement( 
   Infragistics.Win.UIElement parent,
   int autoRepeatDelay,
   int initialDelay
)

パラメータ

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