C# Class WeifenLuo.WinFormsUI.Docking.DockPanel.DefaultAutoHideWindowControl

Inheritance: AutoHideWindowControl
Afficher le fichier Open project: dockpanelsuite/dockpanelsuite

Méthodes publiques

Méthode Description
DefaultAutoHideWindowControl ( DockPanel dockPanel ) : System

Méthodes protégées

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

Method Details

DefaultAutoHideWindowControl() public méthode

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

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