Compartir a través de


InkEdit.RecoTimeout Property

Gets or sets the length of time, in milliseconds, between the last stroke collected and the onset of text recognition.

Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in microsoft.ink.dll)

Syntax

'Declaration
Public Property RecoTimeout As Integer
'Usage
Dim instance As InkEdit
Dim value As Integer

value = instance.RecoTimeout

instance.RecoTimeout = value
public int RecoTimeout { get; set; }
public:
property int RecoTimeout {
    int get ();
    void set (int value);
}
/** @property */
public int get_RecoTimeout ()

/** @property */
public void set_RecoTimeout (int value)
public function get RecoTimeout () : int

public function set RecoTimeout (value : int)
Not applicable.

Property Value

The length of time, in milliseconds, between the last stroke collected and the onset of text recognition.

Remarks

If you set the RecoTimeout property to zero, you prevent ink from being replaced by the recognized text.

If you set the RecoTimeout property to a negative number, you generate an ArgumentException.

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

InkEdit Class
InkEdit Members
Microsoft.Ink Namespace