Table of Contents

Class StartScreen

Namespace
Bonsai.Editor
Assembly
Bonsai.Editor.dll
public class StartScreen : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Inheritance
StartScreen
Implements
Inherited Members

Constructors

StartScreen()

public StartScreen()

Properties

EditorResult

public EditorResult EditorResult { get; }

Property Value

EditorResult

FileName

public string FileName { get; }

Property Value

string

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed; otherwise, false.

OnKeyDown(KeyEventArgs)

Raises the KeyDown event.

protected override void OnKeyDown(KeyEventArgs e)

Parameters

e KeyEventArgs

A KeyEventArgs that contains the event data.

OnLoad(EventArgs)

Raises the Load event.

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs

An EventArgs that contains the event data.

ProcessTabKey(bool)

Selects the next available control and makes it the active control.

protected override bool ProcessTabKey(bool forward)

Parameters

forward bool

true to cycle forward through the controls in the ContainerControl; otherwise, false.

Returns

bool

true if a control is selected; otherwise, false.

ScaleControl(SizeF, BoundsSpecified)

Scales the location, size, padding, and margin of a control.

protected override void ScaleControl(SizeF factor, BoundsSpecified specified)

Parameters

factor SizeF

The factor by which the height and width of the control are scaled.

specified BoundsSpecified

A BoundsSpecified value that specifies the bounds of the control to use when defining its size and position.