Share via


CellType Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Defines the possible types of data that can be displayed on the line display device.

Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)

Syntax

'Declaration
Public Enumeration CellType
public enum CellType
public enum class CellType
public enum CellType
public enum CellType

Members

Member name Description
Bitmap The cell to be displayed contains a bitmap.
Character The cell to be displayed contains characters.
Empty The cell to be displayed contains no data.
Glyph The cell to be displayed contains a glyph.

Remarks

Defines the possible types of data that can be displayed on the line display device.

See Also

Reference

Microsoft.PointOfService.BaseServiceObjects Namespace
DisplayData
Cell Class