[]
        
(Showing Draft Content)

FarPoint.Win.AboutDialog

AboutDialog Class

Represents an About dialog.

Inheritance
ContainerControl
AboutDialog
Namespace: FarPoint.Win
Assembly: FarPoint.Win.dll
Syntax
public class AboutDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Public Class AboutDialog
    Inherits Form
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl

Constructors

Name Description
AboutDialog()

Creates a new about dialog.

AboutDialog(Image, string, string, string)

Creates an About dialog with the specified settings.

Methods

Name Description
Dispose(bool)

Clean up any resources being used.

OnPaint(PaintEventArgs)