C# 클래스 Longkong.WinFormsUI.AutoHideWindow

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

Private Properties

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

공개 메소드들

메소드 설명
AutoHideWindow ( 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
GetBounds ( bool show ) : Rectangle
LayoutAnimateWindow ( Rectangle rect ) : void
SetActivePane ( ) : void
SetTimerMouseTrack ( ) : void
TimerMouseTrack_Tick ( object sender, EventArgs e ) : void

메소드 상세

AutoHideWindow() 공개 메소드

public AutoHideWindow ( 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