Nevron Open Vision Documentation
Nevron.Nov.WinFormControls Namespace / NMatrixBarcodeControl Class
Members


In This Topic
    NMatrixBarcodeControl Class
    In This Topic
    Represents an NMatrixBarcodeControl control.
    Object Model
    NMatrixBarcodeControl Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("A widget, which renders a matrix (2D) barcode.")>
    <System.ComponentModel.ToolboxItemAttribute(True)>
    <System.Drawing.ToolboxBitmapAttribute(Nevron.Nov.WinFormControls.NMatrixBarcodeControl, "AutoGenerated.Barcode.NMatrixBarcodeControl.bmp")>
    <System.ComponentModel.DesignerAttribute(Nevron.Nov.Windows.Forms.NNovControlHostDesigner)>
    <System.ComponentModel.DefaultPropertyAttribute("Text")>
    <System.ComponentModel.DefaultEventAttribute("Click")>
    <System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
    <System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")>
    <System.ComponentModel.DesignerCategoryAttribute("Component")>
    Public Class NMatrixBarcodeControl 
       Inherits Nevron.Nov.Windows.Forms.NNovControlHost(Of NMatrixBarcode)
    'Usage
     
    
    Dim instance As NMatrixBarcodeControl
    [System.ComponentModel.Description("A widget, which renders a matrix (2D) barcode.")]
    [System.ComponentModel.ToolboxItem(true)]
    [System.Drawing.ToolboxBitmap(Nevron.Nov.WinFormControls.NMatrixBarcodeControl, "AutoGenerated.Barcode.NMatrixBarcodeControl.bmp")]
    [System.ComponentModel.Designer(Nevron.Nov.Windows.Forms.NNovControlHostDesigner)]
    [System.ComponentModel.DefaultProperty("Text")]
    [System.ComponentModel.DefaultEvent("Click")]
    [System.ComponentModel.Design.Serialization.DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [System.ComponentModel.ToolboxItemFilter("System.Windows.Forms")]
    [System.ComponentModel.DesignerCategory("Component")]
    public class NMatrixBarcodeControl : Nevron.Nov.Windows.Forms.NNovControlHost<NMatrixBarcode> 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                Nevron.Nov.Windows.Forms.NNovChildWindowHost
                   Nevron.Nov.Windows.Forms.NNovWidgetHost<T>
                      Nevron.Nov.Windows.Forms.NNovControlHost<T>
                         Nevron.Nov.WinFormControls.NMatrixBarcodeControl

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also