C# Class NetIde.Util.Forms.FormHeader

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

Private Properties

Property Type Description
CalculateHeight int
CalculateHeight int
CalculateImageLocation Point
InvalidateSize void

Public Methods

Method Description
FormHeader ( ) : System
GetPreferredSize ( Size proposedSize ) : Size

Protected Methods

Method Description
OnFontChanged ( EventArgs e ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void

Private Methods

Method Description
CalculateHeight ( ) : int
CalculateHeight ( int width ) : int
CalculateImageLocation ( ) : Point
InvalidateSize ( ) : void

Method Details

FormHeader() public method

public FormHeader ( ) : System
return System

GetPreferredSize() public method

public GetPreferredSize ( Size proposedSize ) : Size
proposedSize System.Drawing.Size
return System.Drawing.Size

OnFontChanged() protected method

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

OnLayout() protected method

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

OnPaint() protected method

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

OnPaintBackground() protected method

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

SetBoundsCore() protected method

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
return void