C# 클래스 Eto.Test.MainForm

상속: Eto.Forms.Form
파일 보기 프로젝트 열기: picoe/Eto 1 사용 예제들

공개 메소드들

메소드 설명
MainForm ( IEnumerable
topNodes = null ) : System

보호된 메소드들

메소드 설명
OnClosed ( EventArgs e ) : void
OnClosing ( System.CancelEventArgs e ) : void
OnWindowStateChanged ( EventArgs e ) : void

비공개 메소드들

메소드 설명
ClearButton ( ) : Control
CreateMenuToolBar ( ) : void
EventLogSection ( ) : Control
MainContent ( ) : Control
MemoryButton ( ) : Control
RightPane ( ) : Control

메소드 상세

MainForm() 공개 메소드

public MainForm ( IEnumerable
topNodes = null ) : System
topNodes IEnumerable
리턴 System

OnClosed() 보호된 메소드

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnClosing() 보호된 메소드

protected OnClosing ( System.CancelEventArgs e ) : void
e System.CancelEventArgs
리턴 void

OnWindowStateChanged() 보호된 메소드

protected OnWindowStateChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void