C# Class Eto.Test.MainForm

Inheritance: Eto.Forms.Form
Show file Open project: picoe/Eto Class Usage Examples

Public Methods

Method Description
MainForm ( IEnumerable
topNodes = null ) : System

Protected Methods

Method Description
OnClosed ( EventArgs e ) : void
OnClosing ( System.CancelEventArgs e ) : void
OnWindowStateChanged ( EventArgs e ) : void

Private Methods

Method Description
ClearButton ( ) : Control
CreateMenuToolBar ( ) : void
EventLogSection ( ) : Control
MainContent ( ) : Control
MemoryButton ( ) : Control
RightPane ( ) : Control

Method Details

MainForm() public method

public MainForm ( IEnumerable
topNodes = null ) : System
topNodes IEnumerable
return System

OnClosed() protected method

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

OnClosing() protected method

protected OnClosing ( System.CancelEventArgs e ) : void
e System.CancelEventArgs
return void

OnWindowStateChanged() protected method

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