'宣言 Public Overloads Sub Insert( _ ByVal index As Integer, _ ByVal o As Control _ )
public void Insert( int index, Control o )
これは以下のと同じです。
Insert(index,new TBCustom(o));
Items クラス Items メンバ オーバーロード一覧 Insert(Int32,TBObject) メソッド Insert(Int32,TBCustom) メソッド