Show / Hide Table of Contents

Class AboutBox

About box: used to provide information about version/buildtime and links for local help and project homepage

Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.Form
AboutBox
Namespace: DBaddin
Assembly: DBaddin.dll
Syntax
[DesignerGenerated]
public sealed class AboutBox : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl

Fields

| Improve this Doc View Source

disableAddinAfterwards

flag for disabling addin after closing (set on DisableAddin_Click)

Declaration
public bool disableAddinAfterwards
Field Value
Description
| Improve this Doc View Source

quitExcelAfterwards

flag for quitting excel after closing (set on CheckForUpdates_Click)

Declaration
public bool quitExcelAfterwards
Field Value
Description

Methods

| Improve this Doc View Source

Dispose(Boolean)

Declaration
protected override void Dispose(bool disposing)
Parameters
Name Description
disposing
Overrides
System.Windows.Forms.Form.Dispose(System.Boolean)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX