Visual Basic
C#
Managed Extensions for C++
C++/CLI
'Declaration <CategoryAttribute("BarcodeXpress")> Public Sub AboutBox()
'Usage Dim instance As BarcodeXpress instance.AboutBox()
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# | ![]() |
---|---|
...
// Call the AboutBox method
bcXpress.AboutBox();
... |