C# Class Longkong.WinFormsUI.AutoHideWindow

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: Longkong/Pojjaman Class Usage Examples

Private Properties

Свойство Type Description
AnimateWindow void
GetBounds System.Drawing.Rectangle
LayoutAnimateWindow void
SetActivePane void
SetTimerMouseTrack void
TimerMouseTrack_Tick void

Méthodes publiques

Méthode Description
AutoHideWindow ( DockPanel dockPanel ) : System
RefreshActiveContent ( ) : void
RefreshActivePane ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
AnimateWindow ( bool show ) : void
GetBounds ( bool show ) : Rectangle
LayoutAnimateWindow ( Rectangle rect ) : void
SetActivePane ( ) : void
SetTimerMouseTrack ( ) : void
TimerMouseTrack_Tick ( object sender, EventArgs e ) : void

Method Details

AutoHideWindow() public méthode

public AutoHideWindow ( DockPanel dockPanel ) : System
dockPanel DockPanel
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnLayout() protected méthode

protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

RefreshActiveContent() public méthode

public RefreshActiveContent ( ) : void
Résultat void

RefreshActivePane() public méthode

public RefreshActivePane ( ) : void
Résultat void