Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
![]()  | 
Gets or sets the time-out, in milliseconds, between key presses. Read/write.
Usage
| ASP.NET markup: | <speech:Dtmf InterDigitTimeout="..." /> | 
| Get value: | Int = Dtmf.InterDigitTimeout; | 
| Set value: | Dtmf.InterDigitTimeout = Int; | 
| Data type: | Int | 
| Required: | No | 
Remarks
If this time-out occurs, the Dtmf collection ends automatically. If the time-out is unspecified, InterDigitTimeout defaults to a Telephony Application Services internal setting. The control throws an exception if InterDigitTimeout is a non-integer or negative value.
The InterDigitTimeout property mirrors the interdigittimeout attribute on the SALT dtmf object.
Example
<speech:Dtmf runat="server"
  ID="Dtmf1"
  PreFlush="True"
  InitialTimeout="2500"
  InterDigitTimeout="2500"
  EndSilence="2000">
</speech:Dtmf>
See Also
Dtmf Class | Dtmf Constructor | Dtmf Members | Dtmf Properties | Dtmf Methods | Dtmf Events | Dtmf Remarks
.jpg)