Share via


LineDisplayBase.CursorUpdate Property

2/27/2008

If true when characters are displayed using the DisplayText and DisplayTextAt methods, then the CursorRow and CursorColumn properties will be updated to point to the character beyond the last character output.

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

Syntax

'Declaration
Public Overrides Property CursorUpdate As Boolean
public override bool CursorUpdate { get; set; }
public:
virtual property bool CursorUpdate {
    bool get () override;
    void set (bool value) override;
}
/** @property */
public boolean get_CursorUpdate ()

/** @property */
public void set_CursorUpdate (boolean value)
public override function get CursorUpdate () : boolean

public override function set CursorUpdate (value : boolean)

Remarks

LineDisplayBase class verifies that the device has been opened, then retrieves or sets the value of LineDisplayProperties.CursorUpdate, which is the CursorUpdate value for the service object’s current window.

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