NevronOpenVision
Nevron.Nov.Barcode Namespace / NBarcode Class
Fields Properties Methods Events


In This Topic
    NBarcode Class Members
    In This Topic

    The following tables list the members exposed by NBarcode.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NBarcode.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Scale property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the SizeMode property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Text property.  
    Top
    Protected Fields
     NameDescription
    Protected FieldThe painter that should be used to paint this barcode.  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Fieldstatic (Shared in Visual Basic)  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/Sets the scale of the barcode. Valid only if the SizeMode is set to Scale.  
    Public PropertyDetermines the way the barcode is sized in its slot.  
    Public PropertyGets/Sets the text encoded by this barcode.  
    Top
    Public Methods
     NameDescription
    Public MethodAppends the context menu items for this widget to the given menu.  
    Top
    Protected Methods
     NameDescription
    Protected MethodCreates the "Edit Barcode" menu item.  
    Protected MethodCreates a painter that should paint this widget's barcode.  
    Protected MethodGets the bounds in which the barcode should be painted. The rectangle returned is always inside (or coincides) with the content edge bounds of the widget.  
    Protected MethodCalled when the edit dialog has been closed.  
    Protected MethodCalled when the "Edit Barcode" menu item has been clicked.  
    Protected MethodOverridden. Performs the element pre children paint. Overriden to paint the barcode.  
    Protected MethodUpdates the barcode painter from the settings of this barcode widget.  
    Top
    See Also