LineDisplay.DeviceWindows Property (POS for .NET v1.12 SDK Documentation)
2/27/2008
Gets the maximum number of windows that the Line Display device supports.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property DeviceWindows As Integer
public abstract int DeviceWindows { get; }
public:
virtual property int DeviceWindows {
int get () abstract;
}
/** @property */
public abstract int get_DeviceWindows ()
public abstract function get DeviceWindows () : int
Remarks
A value of zero indicates that only the device window is supported and that no other windows can be created.
DeviceWindows is typically initialized to 0 (zero).
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
LineDisplay Class
LineDisplay Members
Microsoft.PointOfService Namespace
LineDisplay.CurrentWindow Property