LineDisplayBase.InterCharacterWait Property
2/27/2008
Holds the wait time, specified in milliseconds, between the display of each character with the DisplayText and DisplayTextAt methods.
Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)
Syntax
'Declaration
Public Overrides Property InterCharacterWait As Integer
public override int InterCharacterWait { get; set; }
public:
virtual property int InterCharacterWait {
int get () override;
void set (int value) override;
}
/** @property */
public int get_InterCharacterWait ()
/** @property */
public void set_InterCharacterWait (int value)
public override function get InterCharacterWait () : int
public override function set InterCharacterWait (value : int)
Remarks
LineDisplayBase class verifies that the device has been opened, then retrieves or sets the value of LineDisplayProperties.InterCharacterWait, which is the InterCharacterWait value for the service object’s current window. When an attempt is made to set InterCharacterWait, LineDisplayBase may cause a PosControlException to be thrown with the following ErrorCode:
Value |
Meaning |
Illegal |
The specified value is less than 0 (zero) or the CapICharWait property is set to false. |
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