C# 클래스 Eto.Designer.DesignPanel

상속: Eto.Forms.Scrollable, IDesignHost
파일 보기 프로젝트 열기: picoe/Eto

공개 메소드들

메소드 설명
DesignPanel ( ) : Eto.Drawing
GetCodeFile ( string fileName ) : string
GetContainer ( ) : Control
GetContent ( Control content ) : Control
SetBuilder ( string fileName ) : bool
Update ( string code ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
ControlCreatedInternal ( Control control ) : void
ErrorInternal ( Exception ex ) : void

메소드 상세

DesignPanel() 공개 메소드

public DesignPanel ( ) : Eto.Drawing
리턴 Eto.Drawing

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetCodeFile() 공개 메소드

public GetCodeFile ( string fileName ) : string
fileName string
리턴 string

GetContainer() 공개 메소드

public GetContainer ( ) : Control
리턴 Eto.Forms.Control

GetContent() 공개 정적인 메소드

public static GetContent ( Control content ) : Control
content Eto.Forms.Control
리턴 Eto.Forms.Control

SetBuilder() 공개 메소드

public SetBuilder ( string fileName ) : bool
fileName string
리턴 bool

Update() 공개 메소드

public Update ( string code ) : void
code string
리턴 void