Ribbon for WinForms
Insert メソッド (ElementList)

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 > ElementList クラス : Insert メソッド
Index where the Element will be inserted.
Element to add to the list.
Inserts an Element at a specified index.
シンタックス
'宣言
 
Public Overrides Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
public override void Insert( 
   int index,
   object value
)

パラメータ

index
Index where the Element will be inserted.
value
Element to add to the list.
参照

ElementList クラス
ElementList メンバ