LineDisplayBase.DeviceWindows Property (POS for .NET v1.12 SDK Documentation)
2/27/2008
Holds the maximum number of windows supported by the line display device.
Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property DeviceWindows As Integer
public override int DeviceWindows { get; }
public:
virtual property int DeviceWindows {
int get () override;
}
/** @property */
public int get_DeviceWindows ()
public override function get DeviceWindows () : int
Remarks
LineDisplayBase class verifies that the device has been opened, then retrieves the value of LineDisplayProperties.DeviceWindows.
DeviceWindows is initialized to 7 (seven) by the LineDisplayProperties class.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
LineDisplayBase Class
LineDisplayBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace
LineDisplay.DeviceWindows Property