C# Class RFID_Explorer.SummaryControl

Afficher le fichier Open project: mti-rfid/RFID_Explorer

Private Properties

Свойство Type Description
InitializeComponent void
RenderAll void
Reset void
SummaryControl_Load void

Méthodes publiques

Méthode Description
Clear ( ) : void
SummaryControl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnHandleDestroyed ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

RenderAll ( ) : void
Reset ( ) : void
SummaryControl_Load ( object sender, EventArgs e ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnHandleDestroyed() protected méthode

protected OnHandleDestroyed ( EventArgs e ) : void
e EventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void

OnPaint() protected méthode

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

OnSizeChanged() protected méthode

protected OnSizeChanged ( EventArgs e ) : void
e EventArgs
Résultat void

SummaryControl() public méthode

public SummaryControl ( ) : System
Résultat System