C# Class NetIde.Util.Forms.PathLabel

Inheritance: System.Windows.Forms.Control
Mostrar archivo Open project: netide/netide

Private Properties

Property Type Description
CalculateHeight int
EnforceHeight void

Public Methods

Method Description
GetPreferredSize ( Size proposedSize ) : Size

Protected Methods

Method Description
OnFontChanged ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnTextChanged ( EventArgs e ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void

Private Methods

Method Description
CalculateHeight ( ) : int
EnforceHeight ( ) : void

Method Details

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

OnPaint() protected method

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

OnTextChanged() protected method

protected OnTextChanged ( EventArgs e ) : void
e System.EventArgs
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