Barcode Pick View Highlight Style Response

Defined in namespace Scandit.DataCapture.Barcode.Pick.UI

BarcodePickViewHighlightStyleResponse
class BarcodePickViewHighlightStyleResponse : IDisposable

Added in version 6.26.0

Create this object to respond to highlight style queries.

BarcodePickViewHighlightStyleResponse()
BarcodePickViewHighlightStyleResponse(Brush brush, Image icon, BarcodePickStatusIconStyle statusIconStyle)

Added in version 6.26.0

Constructs a new instance with the passed brush and icon.

BarcodePickViewHighlightStyleResponse()
BarcodePickViewHighlightStyleResponse(Brush brush, Brush selectedBrush, Image icon, Image selectedIcon, BarcodePickStatusIconStyle statusIconStyle)

Added in version 7.0.0

Constructs a new instance with the passed brushes and icons.

BarcodePickViewHighlightStyleResponse()
BarcodePickViewHighlightStyleResponse(Brush brush, Brush selectedBrush, ScanditIcon icon, ScanditIcon selectedIcon, BarcodePickStatusIconStyle statusIconStyle)

Added in version 7.3.0

Constructs a new instance with the passed brush and ScanditIcon icons.

BarcodePickViewHighlightStyleResponse()
BarcodePickViewHighlightStyleResponse(Brush brush, ScanditIcon icon, BarcodePickStatusIconStyle statusIconStyle)

Added in version 7.3.0

Constructs a new instance with the passed brush and ScanditIcon.

BarcodePickStatusIconStyle
abstract class BarcodePickStatusIconStyle

Added in version 6.26.0

This holds the style data for the status icons.

WithIcon()
static BarcodePickStatusIconStyle WithIcon(Image icon, string text)

Added in version 6.26.0

Constructs a new instance that will display the provided icon and text.

WithColors()
static BarcodePickStatusIconStyle WithColors(Color iconColor, Color iconBackgroundColor, string text)

Added in version 6.26.0

Constructs a new instance that will display the default icon, an exclamation mark. The icon will be customized with the provided colors.