AboutInfo Properties
Provides information about the current application.| Name | Description |
|---|---|
| AboutInfoString | Specifies summary information on the current application that is intended to be shown in the “About” informational block. |
| Company | Specifies the company that built the application. |
| Copyright | Specifies information about the company’s copyright. |
| Description | Specifies information about the application. |
| Instance static | Provides access to the singleton of the AboutInfo class. |
| LogoImageName | Specifies the name of the image with the logotype of the company that built the application. |
| ProductName | Specifies the application’s title. |
| Version | Specifies the application’s assembly version. |
See Also