DisplaySetDescriptor Enumeration

2/27/2008

Enumerates the possible display descriptor attributes.

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

Syntax

'Declaration
Public Enumeration DisplaySetDescriptor
public enum DisplaySetDescriptor
public enum class DisplaySetDescriptor
public enum DisplaySetDescriptor
public enum DisplaySetDescriptor

Members

Member name Description
Blink Sets the descriptor to blinking.
Off Turns the descriptor off.
On Turns the descriptor on.

Remarks

Used by the SetDescriptor method. Members of this enumeration replace the DISP_SD_ON, DISP_SD_BLINK, and DISP_SD_OFF UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
SetDescriptor