'宣言 Public Shadows Sub Insert( _ ByVal index As System.Integer, _ ByVal child As C1MenuItem _ )
public new void Insert( System.int index, C1MenuItem child )
パラメータ
- index
- 位置。有効な範囲は0以上です。
- child
- 子メニュー項目
'宣言 Public Shadows Sub Insert( _ ByVal index As System.Integer, _ ByVal child As C1MenuItem _ )
public new void Insert( System.int index, C1MenuItem child )