Represents a collection of Item-derived classes which have been selected on the visual thermal label editor by the end-user.

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)

Syntax

C#
public class MultipleSelectionItem : Item
Visual Basic
Public Class MultipleSelectionItem
	Inherits Item
Visual C++
public ref class MultipleSelectionItem : public Item

Remarks

This class is used by the visual thermal label editor component mainly and should never be used with the ThermalLabel SDK.

Inheritance Hierarchy

System..::..Object
  Neodynamic.SDK.Printing..::..Item
    Neodynamic.SDK.Printing..::..MultipleSelectionItem

See Also