LineDisplayBase.SetDescriptorImpl(Int32, DisplaySetDescriptor) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.