Windows BarcodeControl.

Namespace: Limilabs.Windows
Assembly: Barcode (in Barcode.dll) Version: 2.0.0.20

Syntax

C#
public class BarcodeControl : Control, 
	ISupportInitialize
Visual Basic
Public Class BarcodeControl _
	Inherits Control _
	Implements ISupportInitialize
Visual C++
public ref class BarcodeControl : public Control, 
	ISupportInitialize

Remarks

To use BarcodeControl:
  1. Create new WindowsForms project
  2. Add Barcode control to the toolbox:
    • use the right mouse button on toolbox
    • click 'Choose items...' or 'Add/Remove Items'
    • then click 'Browse' and point 'Barcode.dll' file
  3. Drag and drop BarcodeControl from toolbox to your WindowsForm. This will add the references to Barcode.dll to your project.

Inheritance Hierarchy

See Also