InkEdit.RecoTimeout Property
InkEdit.RecoTimeout Property |
Gets or sets the length of time, in milliseconds, between the last stroke collected and the onset of text recognition.
Definition
Visual Basic .NET Public Property RecoTimeout As Integer C# public int RecoTimeout { get; set; } Managed C++ public: __property int* get_RecoTimeout();
public: __property void set_RecoTimeout(int*);
Property Value
System.Int32. The length of time, in milliseconds, between the last stroke collected and the onset of text recognition.
This property is read/write. This property has no default value.
Exceptions
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 .