C# Class NetIde.Util.Forms.InformationBar

Inheritance: System.Windows.Forms.Control
ファイルを表示 Open project: netide/netide Class Usage Examples

Private Properties

Property Type Description
CalculateHeight int
EnsureButtonMeasureValid void
PerformItemClick void
RebuildButtons void
SelectNextItem void
UpdateFont void

Public Methods

Method Description
InformationBar ( ) : System

Protected Methods

Method Description
OnClosed ( EventArgs e ) : void
OnFontChanged ( EventArgs e ) : void
OnItemClick ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnTextChanged ( EventArgs e ) : void
OnVisibleChanged ( EventArgs e ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
CalculateHeight ( int width ) : int
EnsureButtonMeasureValid ( ) : void
PerformItemClick ( ) : void
RebuildButtons ( ) : void
SelectNextItem ( int offset ) : void
UpdateFont ( ) : void

Method Details

InformationBar() public method

public InformationBar ( ) : System
return System

OnClosed() protected method

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

OnFontChanged() protected method

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

OnItemClick() protected method

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

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseMove() protected method

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseUp() protected method

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
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

OnVisibleChanged() protected method

protected OnVisibleChanged ( 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

WndProc() protected method

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