Windows BarcodeControl.

Namespace: Lesnikowski.Windows
Assembly:  Barcode (in Barcode.dll)
Version: 1.0.5.40001

Syntax

C#
public class BarcodeControl : Control, ISupportInitialize
Visual Basic (Declaration)
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

System..::Object
  System..::MarshalByRefObject
    System.ComponentModel..::Component
      System.Windows.Forms..::Control
        Lesnikowski.Windows..::BarcodeControl

See Also