バージョン

MdiTabGroupResizingEventArgs コンストラクタ

新しい MdiTabGroupResizingEventArgs を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal tabGroups As MdiTabGroupsCollection, _
   ByVal newExtents() As Integer _
)
public MdiTabGroupResizingEventArgs( 
   MdiTabGroupsCollection tabGroups,
   int[] newExtents
)

パラメータ

tabGroups
リサイズされる MdiTabGroup オブジェクトのコレクション
newExtents
コレクションに含まれる MdiTabGroup の新しい範囲を含む配列。
参照