LineDisplay.Rows Property (POS for .NET v1.12 SDK Documentation)
2/27/2008
Gets the number of rows for this window.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Rows As Integer
public abstract int Rows { get; }
public:
virtual property int Rows {
int get () abstract;
}
/** @property */
public abstract int get_Rows ()
public abstract function get Rows () : int
Remarks
For window 0, Rows is the same as the value of the DeviceRows property. For other windows, it can be less or greater than DeviceRows.
When the application calls the Open method, Rows is initialized to the value of DeviceRows. Rows is updated when the application sets the CurrentWindow property or calls the CreateWindow or DestroyWindow methods.
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.DeviceColumns Property
LineDisplay.DeviceRows Property
LineDisplay.CreateWindow Method
LineDisplay.CurrentWindow Property
LineDisplay.DestroyWindow Method