LineDisplayBase.SetDescriptor(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.
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.