C# Class NetIde.Util.Forms.InformationBar

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: netide/netide Class Usage Examples

Private Properties

Свойство Type Description
CalculateHeight int
EnsureButtonMeasureValid void
PerformItemClick void
RebuildButtons void
SelectNextItem void
UpdateFont void

Méthodes publiques

Méthode Description
InformationBar ( ) : System

Méthodes protégées

Méthode 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

Méthode Description
CalculateHeight ( int width ) : int
EnsureButtonMeasureValid ( ) : void
PerformItemClick ( ) : void
RebuildButtons ( ) : void
SelectNextItem ( int offset ) : void
UpdateFont ( ) : void

Method Details

InformationBar() public méthode

public InformationBar ( ) : System
Résultat System

OnClosed() protected méthode

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnFontChanged() protected méthode

protected OnFontChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnItemClick() protected méthode

protected OnItemClick ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnTextChanged() protected méthode

protected OnTextChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnVisibleChanged() protected méthode

protected OnVisibleChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

SetBoundsCore() protected méthode

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void