Share via


LineDisplay.SetDescriptor(Int32, DisplaySetDescriptor) Method

Definition

Sets the state of a descriptor.

public abstract void SetDescriptor (int descriptor, Microsoft.PointOfService.DisplaySetDescriptor attribute);
abstract member SetDescriptor : int * Microsoft.PointOfService.DisplaySetDescriptor -> unit
Public MustOverride Sub SetDescriptor (descriptor As Integer, attribute As DisplaySetDescriptor)

Parameters

descriptor
Int32

Indicates which descriptor to change. The value can range between zero and one less than the value of the DeviceDescriptors property.

attribute
DisplaySetDescriptor

Indicates the attribute for the descriptor. Possible values are defined by the DisplaySetDescriptor enumeration.

Applies to