[This is preliminary documentation and is subject to change.]

Represents about dialog for application

Namespace: Tools.WindowsT.FormsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[DesignerGeneratedAttribute]
public class AboutDialog : Form
Visual Basic
<DesignerGeneratedAttribute> _
Public Class AboutDialog _
	Inherits Form
Visual C++
[DesignerGeneratedAttribute]
public ref class AboutDialog : public Form
F#
[<DesignerGeneratedAttribute>]
type AboutDialog =  
    class
        inherit Form
    end
JScript
public class AboutDialog extends Form

Remarks

You can use it as is or derive it

Inheritance Hierarchy

See Also