Share via


LineDisplayBase.SetDescriptor(Int32, DisplaySetDescriptor) Method

Definition

Sets the state of a descriptor.

public override void SetDescriptor (int descriptor, Microsoft.PointOfService.DisplaySetDescriptor attribute);
override this.SetDescriptor : int * Microsoft.PointOfService.DisplaySetDescriptor -> unit
Public Overrides 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