Visual Basic
C#
Managed Extensions for C++
C++/CLI
This method displays an about box for the toolkit. It includes useful information, such as the name and version of the toolkit, copyright dates, and links to Accusoft Corporation's web site.
...
// Call the AboutBox method
tp.AboutBox();
...