Name | Description | |
---|---|---|
NBarcodeSchema | Schema associated with NBarcode. | |
ScaleProperty | Reference to the Scale property. | |
SizeModeProperty | Reference to the SizeMode property. | |
TextProperty | Reference to the Text property. |
The following tables list the members exposed by NBarcode.
Name | Description | |
---|---|---|
NBarcodeSchema | Schema associated with NBarcode. | |
ScaleProperty | Reference to the Scale property. | |
SizeModeProperty | Reference to the SizeMode property. | |
TextProperty | Reference to the Text property. |
Name | Description | |
---|---|---|
Scale | Gets/Sets the scale of the barcode. Valid only if the SizeMode is set to Scale. | |
SizeMode | Determines the way the barcode is sized in its slot. | |
Text | Gets/Sets the text encoded by this barcode. |
Name | Description | |
---|---|---|
AppendContextMenuItems | Appends the context menu items for this widget to the given menu. |
Name | Description | |
---|---|---|
CreateEditMenuItem | Creates the "Edit Barcode" menu item. | |
CreatePainter | Creates a painter that should paint this widget's barcode. | |
GetBarcodePaintBounds | Gets 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. | |
OnEditDialogClosed | Called when the edit dialog has been closed. | |
OnEditMenuItemClick | Called when the "Edit Barcode" menu item has been clicked. | |
OnPrePaint | Overridden. Performs the element pre children paint. Overriden to paint the barcode. | |
UpdatePainter | Updates the barcode painter from the settings of this barcode widget. |