Share via


LineDisplay.MarqueeRepeatWait Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets or sets the wait time, specified in milliseconds, between scrolling the final character or row of the window into its viewport and restarting the marquee with the first or last character or row.

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

Syntax

'Declaration
Public MustOverride Property MarqueeRepeatWait As Integer
public abstract int MarqueeRepeatWait { get; set; }
public:
virtual property int MarqueeRepeatWait {
    int get () abstract;
    void set (int value) abstract;
}
/** @property */
public abstract int get_MarqueeRepeatWait ()

/** @property */
public abstract void set_MarqueeRepeatWait (int value)
public abstract function get MarqueeRepeatWait () : int

public abstract function set MarqueeRepeatWait (value : int)

Remarks

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

The Open and CreateWindow methods initialize MarqueeRepeatWait to zero, and it is updated when the application sets the CurrentWindow property or calls the DestroyWindow method.

MarqueeRepeatWait is not used if the window is not in Marquee mode.

Accessing MarqueeRepeatWait may cause a PosControlException to be thrown with the following ErrorCode:

Value

Meaning

Illegal

The value specified is 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

LineDisplay Class
LineDisplay Members
Microsoft.PointOfService Namespace
MarqueeType
LineDisplay.MarqueeFormat Property
MarqueeUnitWait
LineDisplay.CreateWindow Method
LineDisplay.CurrentWindow Property
LineDisplay.DestroyWindow Method