'宣言 Public Shadows Sub Insert( _ ByVal index As System.Integer, _ ByVal child As C1ListViewItem _ )
public new void Insert( System.int index, C1ListViewItem child )
パラメータ
- index
- 位置。この値は0以上でなければなりません。
- child
- 子メニュー項目
'宣言 Public Shadows Sub Insert( _ ByVal index As System.Integer, _ ByVal child As C1ListViewItem _ )
public new void Insert( System.int index, C1ListViewItem child )