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

Inheritance: AutoHideWindowControl
Show file Open project: dockpanelsuite/dockpanelsuite

Public Methods

Method Description
DefaultAutoHideWindowControl ( DockPanel dockPanel ) : System

Protected Methods

Method Description
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnPaint ( PaintEventArgs e ) : void

Method Details

DefaultAutoHideWindowControl() public method

public DefaultAutoHideWindowControl ( DockPanel dockPanel ) : System
dockPanel DockPanel
return System

OnLayout() protected method

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

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void