バージョン

MdiTabGroupScrollingEventArgs コンストラクタ

新しい MdiTabGroupScrollingEventArgs を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal tabGroup As MdiTabGroup, _
   ByVal scrollType As Infragistics.Win.UltraWinTabs.ScrollType, _
   ByVal scrollIncrement As Integer _
)
public MdiTabGroupScrollingEventArgs( 
   MdiTabGroup tabGroup,
   Infragistics.Win.UltraWinTabs.ScrollType scrollType,
   int scrollIncrement
)

パラメータ

tabGroup
関連付けられた MdiTabGroup
scrollType
スクロール操作のタイプ
scrollIncrement
スクロールされる増分の数
参照