Share via


LineDisplayBase.CursorDeviceColumn Property

2/27/2008

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

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

Syntax

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

Remarks

Translates the CursorColumn value into a device coordinate by returning an integer that represents the value of the CursorColumn property added to the current window’s start column 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