C# Class NetIde.Setup.FormFooter

Inheritance: System.Windows.Forms.FlowLayoutPanel
ファイルを表示 Open project: netide/netide

Private Properties

Property Type Description
Form_StyleChanged void
GetSizeGripDetails void
RenderGrayText Point
WmNCHitTest void
WndProc void

Public Methods

Method Description
FormFooter ( ) : System

Protected Methods

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

Private Methods

Method Description
Form_StyleChanged ( object sender, EventArgs e ) : void
GetSizeGripDetails ( ) : void
RenderGrayText ( Graphics graphics, string text, Point point ) : Point
WmNCHitTest ( System &m ) : void
WndProc ( System &m ) : void

Method Details

FormFooter() public method

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