Share via


DisplaySetDescriptor Enumeration

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

Usage

'Usage
Dim displaySetDescriptor1 As DisplaySetDescriptor = DisplaySetDescriptor.Blink

Syntax

'Declaration
Public Enum 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

Defines the display descriptor attributes for the SetDescriptor method. Replaces the DISP_SD_ON, DISP_SD_BLINK, and DISP_SD_OFF constants.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace
SetDescriptor