C# Class SystemEx.Windows.Forms.FormFlowFooter

Inheritance: System.Windows.Forms.FlowLayoutPanel
Mostrar archivo Open project: pvginkel/SystemEx

Private Properties

Property Type Description
Form_StyleChanged void
GetSizeGripDetails void
WmNCHitTest void

Public Methods

Method Description
FormFlowFooter ( ) : System

Protected Methods

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

Private Methods

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

Method Details

FormFlowFooter() public method

public FormFlowFooter ( ) : System
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

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