Show / Hide Table of Contents

Class Form1

The main form

Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.Form
Form1
Namespace: Desktop
Assembly: Desktop.dll
Syntax
public class Form1 : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IArrangedElement, IComponent, IDisposable, IContainerControl

Constructors

| Improve this Doc View Source

Form1()

Constructor

Declaration
public Form1()

Methods

| Improve this Doc View Source

Dispose(Boolean)

Clean up any resources being used.

Declaration
protected override void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing

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

Overrides
System.Windows.Forms.Form.Dispose(System.Boolean)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX