Exposes all the core functionalities of the Barcode .Net library as a Control.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
Bokai.Barcodes.BarcodeControl
[Visual Basic] Public Class BarcodeControl Inherits Control [C#] public class BarcodeControl : Control
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
BarcodeControl is just a Control wrapper of Barcode and exposes the same functionalities. You can host it wherever a Control can be hosted. On a Form, you can use either Barcode or BarcodeControl. You might want to use BarcodeControl if you prefer to see the barcode at design time while you set the properties; typically, you might still want to set the Visible property to False so that the barcode displayed is at designt time only.
Being a wrapper of Barcode, BarcodeControl supports the same set of features: