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




In This Topic
    AboutBox Method
    In This Topic
    Displays a dialog box that contains information about the component.
    Syntax
    'Declaration
     
    <CategoryAttribute("BarcodeXpress")>
    Public Sub AboutBox() 
    'Usage
     
    Dim instance As BarcodeXpress
     
    instance.AboutBox()
    [Category("BarcodeXpress")]
    public void AboutBox()
    [Category("BarcodeXpress")]
    public: void AboutBox(); 
    [Category("BarcodeXpress")]
    public:
    void 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