Barcode Xpress for .NET Framework v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / BarcodeXpress Class / AboutBox Method
Example




AboutBox Method
Displays a dialog box that contains information about the component.
Syntax
'Declaration
 
<CategoryAttribute("BarcodeXpress")>
Public Sub AboutBox() 
 
'Usage
 
Dim instance As BarcodeXpress
 
instance.AboutBox()
Remarks
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.
Example
...
// Call the AboutBox method
bcXpress.AboutBox();
...
See Also