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