ToolStripPanel.ToolStripPanelRowCollection.Insert 메서드

정의

ToolStripPanelRow의 지정된 위치에 지정된 ToolStripPanel.ToolStripPanelRowCollection를 삽입합니다.

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

매개 변수

index
Int32

ToolStripPanelRow를 삽입할 인덱스(0부터 시작)입니다.

value
ToolStripPanelRow

삽입할 ToolStripPanelRow입니다.

예외

value이(가) null인 경우

적용 대상