[This is preliminary documentation and is subject to change.]
Represents about dialog for application
Namespace: Tools.WindowsT.FormsTAssembly: 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
System..::..Object
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Windows.Forms..::..Control
System.Windows.Forms..::..ScrollableControl
System.Windows.Forms..::..ContainerControl
System.Windows.Forms..::..Form
Tools.WindowsT.FormsT..::..AboutDialog
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Windows.Forms..::..Control
System.Windows.Forms..::..ScrollableControl
System.Windows.Forms..::..ContainerControl
System.Windows.Forms..::..Form
Tools.WindowsT.FormsT..::..AboutDialog