C# 클래스 System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection

상속: System.Windows.Forms.Layout.ArrangedElementCollection, IList, ICollection, IEnumerable
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IList bool
IList int

공개 메소드들

메소드 설명
Add ( System.Windows.Forms.ToolStripPanelRow value ) : int
AddRange ( System.Windows.Forms.ToolStripPanelRow value ) : void
AddRange ( ToolStripPanelRowCollection value ) : void
Clear ( ) : void
Contains ( System.Windows.Forms.ToolStripPanelRow value ) : bool
CopyTo ( System.Windows.Forms.ToolStripPanelRow array, int index ) : void
IList ( ) : void
IList ( int index ) : void
IList ( int index, object value ) : void
IList ( object value ) : void
IndexOf ( System.Windows.Forms.ToolStripPanelRow value ) : int
Insert ( int index, System.Windows.Forms.ToolStripPanelRow value ) : void
Remove ( System.Windows.Forms.ToolStripPanelRow value ) : void
RemoveAt ( int index ) : void
ToolStripPanelRowCollection ( ToolStripPanel owner ) : System.Collections
ToolStripPanelRowCollection ( ToolStripPanel owner, System.Windows.Forms.ToolStripPanelRow value ) : System.Collections
this ( int index ) : System.Windows.Forms.ToolStripPanelRow
this ( int index ) : objectIList.System.Collections

비공개 메소드들

메소드 설명
IList ( object value ) : bool
IList ( object value ) : int

메소드 상세

Add() 공개 메소드

public Add ( System.Windows.Forms.ToolStripPanelRow value ) : int
value System.Windows.Forms.ToolStripPanelRow
리턴 int

AddRange() 공개 메소드

public AddRange ( System.Windows.Forms.ToolStripPanelRow value ) : void
value System.Windows.Forms.ToolStripPanelRow
리턴 void

AddRange() 공개 메소드

public AddRange ( ToolStripPanelRowCollection value ) : void
value ToolStripPanelRowCollection
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( System.Windows.Forms.ToolStripPanelRow value ) : bool
value System.Windows.Forms.ToolStripPanelRow
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( System.Windows.Forms.ToolStripPanelRow array, int index ) : void
array System.Windows.Forms.ToolStripPanelRow
index int
리턴 void

IList() 공개 메소드

public IList ( ) : void
리턴 void

IList() 공개 메소드

public IList ( int index ) : void
index int
리턴 void

IList() 공개 메소드

public IList ( int index, object value ) : void
index int
value object
리턴 void

IList() 공개 메소드

public IList ( object value ) : void
value object
리턴 void

IndexOf() 공개 메소드

public IndexOf ( System.Windows.Forms.ToolStripPanelRow value ) : int
value System.Windows.Forms.ToolStripPanelRow
리턴 int

Insert() 공개 메소드

public Insert ( int index, System.Windows.Forms.ToolStripPanelRow value ) : void
index int
value System.Windows.Forms.ToolStripPanelRow
리턴 void

Remove() 공개 메소드

public Remove ( System.Windows.Forms.ToolStripPanelRow value ) : void
value System.Windows.Forms.ToolStripPanelRow
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

ToolStripPanelRowCollection() 공개 메소드

public ToolStripPanelRowCollection ( ToolStripPanel owner ) : System.Collections
owner ToolStripPanel
리턴 System.Collections

ToolStripPanelRowCollection() 공개 메소드

public ToolStripPanelRowCollection ( ToolStripPanel owner, System.Windows.Forms.ToolStripPanelRow value ) : System.Collections
owner ToolStripPanel
value System.Windows.Forms.ToolStripPanelRow
리턴 System.Collections

this() 공개 메소드

public this ( int index ) : System.Windows.Forms.ToolStripPanelRow
index int
리턴 System.Windows.Forms.ToolStripPanelRow

this() 공개 메소드

public this ( int index ) : objectIList.System.Collections
index int
리턴 objectIList.System.Collections