Share via


LineDisplayBase.CursorColumn Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Holds the column in the current window to which the next displayed character will be output.

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

Syntax

'Declaration
Public Overrides Property CursorColumn As Integer
public override int CursorColumn { get; set; }
public:
virtual property int CursorColumn {
    int get () override;
    void set (int value) override;
}
/** @property */
public int get_CursorColumn ()

/** @property */
public void set_CursorColumn (int value)
public override function get CursorColumn () : int

public override function set CursorColumn (value : int)

Remarks

LineDisplayBase class verifies that the device has been opened, then retrieves or sets the value of LineDisplayProperties.CursorColumn, which is the CursorColumn value for the service object’s current window. Accessing CursorColumn may cause a PosControlException to be thrown with the following ErrorCode:

Value

Meaning

Illegal

CursorColumn was set to a value that isn’t valid.

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.CursorColumn Property