Share via


LineDisplayBase.MarqueeUnitWait Property

2/27/2008

Holds the wait time, specified in milliseconds, between marquee scrolling of each column or row in the window.

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

Syntax

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

/** @property */
public void set_MarqueeUnitWait (int value)
public override function get MarqueeUnitWait () : int

public override function set MarqueeUnitWait (value : int)

Remarks

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

Value

Meaning

Illegal

The wait value specified was less than 0 (zero).

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