Implemented interface member:
method
CreateRootComponent<TControl>
DemoConsole.IDesignSurfaceExtended.CreateRootComponent<TControl>(System.Drawing.Size)
6 references to CreateRootComponent
DemoConsole (6)
MainForm.cs (6)
144
rootComponent = surface.
CreateRootComponent
<Form>(new Size(400, 400));
205
rootComponent = surface.
CreateRootComponent
<Form>(new Size(640, 480));
234
rootComponent = surface.
CreateRootComponent
<Form>(new Size(800, 600));
256
rootComponent = surface.
CreateRootComponent
<Form>(new Size(800, 600));
291
rootComponent = surface.
CreateRootComponent
<Form>(new Size(900, 600));
332
rootComponent = surface.
CreateRootComponent
<Form>(new Size(800, 600));