Windows BarcodeControl.
Namespace: Limilabs.WindowsAssembly: 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:
- Create new WindowsForms project
-
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
- 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
Limilabs.Windows..::..BarcodeControl
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Windows.Forms..::..Control
Limilabs.Windows..::..BarcodeControl