C# Class LayoutFarm.Dev.FormDemoList

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: prepare/HTML-Renderer

Public Methods

Method Description
ClearDemoList ( ) : void
LoadDemoList ( Type sampleAssemblySpecificType ) : void
RunDemo ( DemoBase selectedDemo ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CreateReadyForm ( LayoutFarm &viewport, Form &formCanvas ) : void
Form1_Load ( object sender, EventArgs e ) : void
FormDemoList ( ) : System
InitializeComponent ( ) : void
ShowFormLayoutInspector ( LayoutFarm viewport ) : void
ShowFormPrint ( LayoutFarm viewport ) : void
chkShowFormPrint_CheckedChanged ( object sender, EventArgs e ) : void
chkShowLayoutInspector_CheckedChanged ( object sender, EventArgs e ) : void
lstDemoList_DoubleClick ( object sender, EventArgs e ) : void

Method Details

ClearDemoList() public method

public ClearDemoList ( ) : void
return void

Dispose() protected method

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

LoadDemoList() public method

public LoadDemoList ( Type sampleAssemblySpecificType ) : void
sampleAssemblySpecificType System.Type
return void

RunDemo() public method

public RunDemo ( DemoBase selectedDemo ) : void
selectedDemo DemoBase
return void