Share via


LineDisplayBase.CursorDeviceRow Property

2/27/2008

Translates the CursorRow value into a device coordinate by returning an integer that represents the value of the CursorRow property added to the current window’s start row value.

Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)

Syntax

'Declaration
Protected ReadOnly Property CursorDeviceRow As Integer
protected int CursorDeviceRow { get; }
protected:
property int CursorDeviceRow {
    int get ();
}
/** @property */
protected int get_CursorDeviceRow ()
protected function get CursorDeviceRow () : int

Remarks

Translates the CursorRow value into a device coordinate by returning an integer that represents the value of the CursorRow property added to the current window’s start row value.

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