ToolStripItemCollection.Insert(Int32, ToolStripItem) 메서드

정의

지정된 항목을 컬렉션의 지정된 인덱스에 삽입합니다.

public:
 void Insert(int index, System::Windows::Forms::ToolStripItem ^ value);
public void Insert (int index, System.Windows.Forms.ToolStripItem value);
member this.Insert : int * System.Windows.Forms.ToolStripItem -> unit
Public Sub Insert (index As Integer, value As ToolStripItem)

매개 변수

index
Int32

ToolStripItemCollection을 삽입할 ToolStripItem 내의 위치입니다.

value
ToolStripItem

삽입할 ToolStripItem입니다.

예외

value 매개 변수가 null인 경우

적용 대상