Defines a simple "about" form that automatically puts in product information derived from your projects settings.
More...
List of all members.
Public Member Functions |
| | About () |
| | Creates a new About box with a default logo.
|
| | About (System.Drawing.Image img) |
| | Cretaes a new About box with a user specified logo.
|
| new void | Hide () |
| | Hides the instance without destroying its handles.
|
| new void | Show () |
| | Shows (makes visible) this instnace.
|
Protected Member Functions |
| override void | Dispose (bool disposing) |
| | Clean up any resources being used.
|
Properties |
| bool | IsShown [get, set] |
| | Gets or sets if this instance is currently shown, true to show, false to hide.
|
Detailed Description
Defines a simple "about" form that automatically puts in product information derived from your projects settings.
Definition at line 30 of file About.cs.
Constructor & Destructor Documentation
| Sylloge.Forms.About.About |
( |
| ) |
|
Creates a new About box with a default logo.
Definition at line 44 of file About.cs.
| Sylloge.Forms.About.About |
( |
System.Drawing.Image |
img | ) |
|
Cretaes a new About box with a user specified logo.
- Parameters:
-
Definition at line 53 of file About.cs.
Member Function Documentation
| override void Sylloge.Forms.About.Dispose |
( |
bool |
disposing | ) |
[protected] |
| new void Sylloge.Forms.About.Hide |
( |
| ) |
|
Hides the instance without destroying its handles.
Definition at line 61 of file About.cs.
| new void Sylloge.Forms.About.Show |
( |
| ) |
|
Shows (makes visible) this instnace.
Definition at line 85 of file About.cs.
Property Documentation
bool Sylloge.Forms.About.IsShown [get, set] |
Gets or sets if this instance is currently shown, true to show, false to hide.
Definition at line 70 of file About.cs.
The documentation for this class was generated from the following files: