C# Class Eto.Designer.DesignPanel

Inheritance: Eto.Forms.Scrollable, IDesignHost
Afficher le fichier Open project: picoe/Eto

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
ControlCreatedInternal ( Control control ) : void
ErrorInternal ( Exception ex ) : void

Method Details

DesignPanel() public méthode

public DesignPanel ( ) : Eto.Drawing
Résultat Eto.Drawing

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetCodeFile() public méthode

public GetCodeFile ( string fileName ) : string
fileName string
Résultat string

GetContainer() public méthode

public GetContainer ( ) : Control
Résultat Eto.Forms.Control

GetContent() public static méthode

public static GetContent ( Control content ) : Control
content Eto.Forms.Control
Résultat Eto.Forms.Control

SetBuilder() public méthode

public SetBuilder ( string fileName ) : bool
fileName string
Résultat bool

Update() public méthode

public Update ( string code ) : void
code string
Résultat void