C# 클래스 Longkong.WinFormsUI.DockPaneCollection

상속: System.Collections.ReadOnlyCollectionBase
파일 보기 프로젝트 열기: Longkong/Pojjaman 1 사용 예제들

공개 메소드들

메소드 설명
Contains ( DockPane pane ) : bool
IndexOf ( DockPane pane ) : int
this ( int index ) : DockPane

비공개 메소드들

메소드 설명
Add ( DockPane pane ) : int
Add ( DockPane pane, DockPane paneBefore ) : void
AddAt ( DockPane pane, DockPane paneBefore ) : void
AddAt ( DockPane pane, int index ) : void
Clear ( ) : void
Dispose ( ) : void
DockPaneCollection ( ) : System
Remove ( DockPane pane ) : void

메소드 상세

Contains() 공개 메소드

public Contains ( DockPane pane ) : bool
pane DockPane
리턴 bool

IndexOf() 공개 메소드

public IndexOf ( DockPane pane ) : int
pane DockPane
리턴 int

this() 공개 메소드

public this ( int index ) : DockPane
index int
리턴 DockPane