C# Class Eto.Designer.DesignPanel

Inheritance: Eto.Forms.Scrollable, IDesignHost
Exibir arquivo Open project: picoe/Eto

Public Methods

Method Description
DesignPanel ( ) : Eto.Drawing
GetCodeFile ( string fileName ) : string
GetContainer ( ) : Control
GetContent ( Control content ) : Control
SetBuilder ( string fileName ) : bool
Update ( string code ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ControlCreatedInternal ( Control control ) : void
ErrorInternal ( Exception ex ) : void

Method Details

DesignPanel() public method

public DesignPanel ( ) : Eto.Drawing
return Eto.Drawing

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetCodeFile() public method

public GetCodeFile ( string fileName ) : string
fileName string
return string

GetContainer() public method

public GetContainer ( ) : Control
return Eto.Forms.Control

GetContent() public static method

public static GetContent ( Control content ) : Control
content Eto.Forms.Control
return Eto.Forms.Control

SetBuilder() public method

public SetBuilder ( string fileName ) : bool
fileName string
return bool

Update() public method

public Update ( string code ) : void
code string
return void