C# 클래스 Longkong.WinFormsUI.DockPane

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

Private Properties

프로퍼티 타입 설명
AddContent void
Close void
CloseContent void
Close_Click void
GetFirstContent DockContent
GetFloatPaneFromContents DockPane
GetHitTest HitTestResult
GetHitTest HitTestResult
GetTestDropOutline System.Drawing.Region
InternalAddToDockList void
InternalConstruct void
InternalSetDockState void
RefreshChanges void
RefreshStateChange void
RemoveContent void
ResumeRefreshStateChange void
ResumeRefreshStateChange void
SetIsActivated void
SetIsActiveDocumentPane void
SetIsHidden void
SetParent void
SetParent void
SetVisibleContentsToPane void
SetVisibleContentsToPane void
SuspendRefreshStateChange void
TestDrop void
ValidateActiveContent void

공개 메소드들

메소드 설명
Activate ( ) : void
AddToDockList ( IDockListContainer container ) : DockPane
AddToDockList ( IDockListContainer container, DockPane prevPane, DockAlignment alignment, double proportion ) : DockPane
CloseActiveContent ( ) : void
DockPane ( DockContent content, DockPane prevPane, DockAlignment alignment, double proportion, bool show ) : System
DockPane ( DockContent content, DockState visibleState, bool show ) : System
DockPane ( DockContent content, FloatWindow floatWindow, bool show ) : System
DockPane ( DockContent content, Rectangle floatWindowBounds, bool show ) : System
Float ( ) : DockPane
IsDockStateValid ( DockState dockState ) : bool
RestoreToPanel ( ) : void
SetContentIndex ( DockContent content, int index ) : void
SetDockState ( DockState value ) : DockPane
SetNestedDockingProportion ( double proportion ) : void
Show ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnDockStateChanged ( EventArgs e ) : void
OnIsActivatedChanged ( EventArgs e ) : void
OnIsActiveDocumentPaneChanged ( EventArgs e ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void

비공개 메소드들

메소드 설명
AddContent ( DockContent content ) : void
Close ( ) : void
CloseContent ( DockContent content ) : void
Close_Click ( object sender, EventArgs e ) : void
GetFirstContent ( DockState dockState ) : DockContent
GetFloatPaneFromContents ( ) : DockPane
GetHitTest ( ) : HitTestResult
GetHitTest ( Point ptMouse ) : HitTestResult
GetTestDropOutline ( DockStyle dockStyle, int contentIndex ) : Region
InternalAddToDockList ( IDockListContainer container, DockPane prevPane, DockAlignment alignment, double proportion ) : void
InternalConstruct ( DockContent content, DockState dockState, bool flagBounds, Rectangle floatWindowBounds, DockPane prevPane, DockAlignment alignment, double proportion, bool show ) : void
InternalSetDockState ( DockState value ) : void
RefreshChanges ( ) : void
RefreshStateChange ( IDockListContainer oldContainer, DockState oldDockState ) : void
RemoveContent ( DockContent content ) : void
ResumeRefreshStateChange ( ) : void
ResumeRefreshStateChange ( IDockListContainer oldContainer, DockState oldDockState ) : void
SetIsActivated ( bool value ) : void
SetIsActiveDocumentPane ( bool value ) : void
SetIsHidden ( bool value ) : void
SetParent ( ) : void
SetParent ( Control value ) : void
SetVisibleContentsToPane ( DockPane pane ) : void
SetVisibleContentsToPane ( DockPane pane, DockContent activeContent ) : void
SuspendRefreshStateChange ( ) : void
TestDrop ( DragHandler dragHandler, Point pt ) : void
ValidateActiveContent ( ) : void

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

AddToDockList() 공개 메소드

public AddToDockList ( IDockListContainer container ) : DockPane
container IDockListContainer
리턴 DockPane

AddToDockList() 공개 메소드

public AddToDockList ( IDockListContainer container, DockPane prevPane, DockAlignment alignment, double proportion ) : DockPane
container IDockListContainer
prevPane DockPane
alignment DockAlignment
proportion double
리턴 DockPane

CloseActiveContent() 공개 메소드

public CloseActiveContent ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

DockPane() 공개 메소드

public DockPane ( DockContent content, DockPane prevPane, DockAlignment alignment, double proportion, bool show ) : System
content DockContent
prevPane DockPane
alignment DockAlignment
proportion double
show bool
리턴 System

DockPane() 공개 메소드

public DockPane ( DockContent content, DockState visibleState, bool show ) : System
content DockContent
visibleState DockState
show bool
리턴 System

DockPane() 공개 메소드

public DockPane ( DockContent content, FloatWindow floatWindow, bool show ) : System
content DockContent
floatWindow FloatWindow
show bool
리턴 System

DockPane() 공개 메소드

public DockPane ( DockContent content, Rectangle floatWindowBounds, bool show ) : System
content DockContent
floatWindowBounds System.Drawing.Rectangle
show bool
리턴 System

Float() 공개 메소드

public Float ( ) : DockPane
리턴 DockPane

IsDockStateValid() 공개 메소드

public IsDockStateValid ( DockState dockState ) : bool
dockState DockState
리턴 bool

OnDockStateChanged() 보호된 메소드

protected OnDockStateChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnIsActivatedChanged() 보호된 메소드

protected OnIsActivatedChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnIsActiveDocumentPaneChanged() 보호된 메소드

protected OnIsActiveDocumentPaneChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnLayout() 보호된 메소드

protected OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
e System.Windows.Forms.LayoutEventArgs
리턴 void

RestoreToPanel() 공개 메소드

public RestoreToPanel ( ) : void
리턴 void

SetContentIndex() 공개 메소드

public SetContentIndex ( DockContent content, int index ) : void
content DockContent
index int
리턴 void

SetDockState() 공개 메소드

public SetDockState ( DockState value ) : DockPane
value DockState
리턴 DockPane

SetNestedDockingProportion() 공개 메소드

public SetNestedDockingProportion ( double proportion ) : void
proportion double
리턴 void

Show() 공개 메소드

public Show ( ) : void
리턴 void