C# Class NetIde.Util.Forms.FormFooter

Inheritance: System.Windows.Forms.FlowLayoutPanel
显示文件 Open project: netide/netide

Private Properties

Property Type Description
AutoSizeControl void
Form_StyleChanged void
GetSizeGripDetails void
WmNCHitTest void

Public Methods

Method Description
FormFooter ( ) : System

Protected Methods

Method Description
OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
OnFontChanged ( EventArgs e ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnPaint ( PaintEventArgs e ) : void
OnParentChanged ( EventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
AutoSizeControl ( Control control ) : void
Form_StyleChanged ( object sender, EventArgs e ) : void
GetSizeGripDetails ( ) : void
WmNCHitTest ( Message &m ) : void

Method Details

FormFooter() public method

public FormFooter ( ) : System
return System

OnControlAdded() protected method

protected OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
e System.Windows.Forms.ControlEventArgs
return void

OnFontChanged() protected method

protected OnFontChanged ( EventArgs e ) : void
e System.EventArgs
return void

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

OnParentChanged() protected method

protected OnParentChanged ( EventArgs e ) : void
e System.EventArgs
return void

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void