Share via


LineDisplayBase.SetDescriptorImpl(Int32, DisplaySetDescriptor) Method

Definition

Called by the LineDisplayBase.SetDescriptor method.

protected virtual void SetDescriptorImpl (int descriptor, Microsoft.PointOfService.DisplaySetDescriptor attribute);
abstract member SetDescriptorImpl : int * Microsoft.PointOfService.DisplaySetDescriptor -> unit
override this.SetDescriptorImpl : int * Microsoft.PointOfService.DisplaySetDescriptor -> unit
Protected Overridable Sub SetDescriptorImpl (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