LineDisplayBase.MarqueeRepeatWait Property
2/27/2008
Holds 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.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)
Syntax
'Declaration
Public Overrides Property MarqueeRepeatWait As Integer
public override int MarqueeRepeatWait { get; set; }
public:
virtual property int MarqueeRepeatWait {
int get () override;
void set (int value) override;
}
/** @property */
public int get_MarqueeRepeatWait ()
/** @property */
public void set_MarqueeRepeatWait (int value)
public override function get MarqueeRepeatWait () : int
public override function set MarqueeRepeatWait (value : int)
Remarks
LineDisplayBase class verifies that the device has been opened, then retrieves or sets the value of LineDisplayProperties.MarqueeRepeatWait, which is the MarqueeRepeatWait value for the service object’s current window. 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
LineDisplayBase Class
LineDisplayBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace
LineDisplay.MarqueeRepeatWait Property