C# Class Eto.Test.MainForm

Inheritance: Eto.Forms.Form
Afficher le fichier Open project: picoe/Eto Class Usage Examples

Méthodes publiques

Méthode Description
MainForm ( IEnumerable
topNodes = null ) : System

Méthodes protégées

Méthode Description
OnClosed ( EventArgs e ) : void
OnClosing ( System.CancelEventArgs e ) : void
OnWindowStateChanged ( EventArgs e ) : void

Private Methods

Méthode Description
ClearButton ( ) : Control
CreateMenuToolBar ( ) : void
EventLogSection ( ) : Control
MainContent ( ) : Control
MemoryButton ( ) : Control
RightPane ( ) : Control

Method Details

MainForm() public méthode

public MainForm ( IEnumerable
topNodes = null ) : System
topNodes IEnumerable
Résultat System

OnClosed() protected méthode

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

OnClosing() protected méthode

protected OnClosing ( System.CancelEventArgs e ) : void
e System.CancelEventArgs
Résultat void

OnWindowStateChanged() protected méthode

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