バージョン

Insert メソッド (DesktopAlertButtonsModifiableCollectionBase)

指定した UltraDesktopAlertButton を、指定したインデックスでこのコレクションに挿入します。
シンタックス
'宣言
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal button As UltraDesktopAlertButton _
) 
public void Insert( 
   int index,
   UltraDesktopAlertButton button
)

パラメータ

index
指定された UltraDesktopAlertButton インスタンスを挿入する順序位置。
button
挿入される UltraDesktopAlertButton インスタンス。
参照