Class StartScreen
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
FileName
public string FileName { get; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposing
booltrue if managed resources should be disposed; otherwise, false.
OnKeyDown(KeyEventArgs)
Raises the KeyDown event.
protected override void OnKeyDown(KeyEventArgs e)
Parameters
e
KeyEventArgsA KeyEventArgs that contains the event data.
OnLoad(EventArgs)
Raises the Load event.
protected override void OnLoad(EventArgs e)
Parameters
ProcessTabKey(bool)
Selects the next available control and makes it the active control.
protected override bool ProcessTabKey(bool forward)
Parameters
Returns
ScaleControl(SizeF, BoundsSpecified)
Scales the location, size, padding, and margin of a control.
protected override void ScaleControl(SizeF factor, BoundsSpecified specified)
Parameters
factor
SizeFThe factor by which the height and width of the control are scaled.
specified
BoundsSpecifiedA BoundsSpecified value that specifies the bounds of the control to use when defining its size and position.