Share via


LineDisplayProperties.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 Property MarqueeUnitWait As Integer
public int MarqueeUnitWait { get; set; }
public:
property int MarqueeUnitWait {
    int get ();
    void set (int value);
}
/** @property */
public int get_MarqueeUnitWait ()

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

public function set MarqueeUnitWait (value : int)

Remarks

Note that the timer resolution can reduce the precision of the wait time.

MarqueeUnitWait is not used if MarqueeType is None.

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

LineDisplayProperties Class
LineDisplayProperties Members
Microsoft.PointOfService.BaseServiceObjects Namespace
LineDisplayBase.MarqueeUnitWait Property