C# 클래스 ARCed.UI.DockPanel.AutoHideWindowControl

상속: System.Windows.Forms.Panel, ISplitterDragSource
파일 보기 프로젝트 열기: borisblizzard/arcreator

Private Properties

프로퍼티 타입 설명
AnimateWindow void
GetRectangle System.Drawing.Rectangle
ISplitterDragSource void
ISplitterDragSource void
ISplitterDragSource void
LayoutAnimateWindow void
SetActivePane void
SetTimerMouseTrack void
TimerMouseTrack_Tick void

공개 메소드들

메소드 설명
AutoHideWindowControl ( DockPanel dockPanel ) : System
RefreshActiveContent ( ) : void
RefreshActivePane ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnPaint ( PaintEventArgs e ) : void

비공개 메소드들

메소드 설명
AnimateWindow ( bool show ) : void
GetRectangle ( bool show ) : Rectangle
ISplitterDragSource ( ) : void
ISplitterDragSource ( Rectangle rectSplitter ) : void
ISplitterDragSource ( int offset ) : void
LayoutAnimateWindow ( Rectangle rect ) : void
SetActivePane ( ) : void
SetTimerMouseTrack ( ) : void
TimerMouseTrack_Tick ( object sender, EventArgs e ) : void

메소드 상세

AutoHideWindowControl() 공개 메소드

public AutoHideWindowControl ( DockPanel dockPanel ) : System
dockPanel DockPanel
리턴 System

Dispose() 보호된 메소드

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

OnLayout() 보호된 메소드

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

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

RefreshActiveContent() 공개 메소드

public RefreshActiveContent ( ) : void
리턴 void

RefreshActivePane() 공개 메소드

public RefreshActivePane ( ) : void
리턴 void