Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
![]() |
Gets or sets the InterDigitTimeout property value of Dtmf controls that reference the control. Read/write.
Usage
| ASP.NET markup: | <speech:DtmfControlSettings InterDigitTimeout="..." /> |
| Get value: | Integer = DtmfControlSettings.InterDigitTimeout; |
| Set value: | DtmfControlSettings.InterDigitTimeout = Integer; |
| Data type: | Integer |
| Required: | No |
Remarks
For more information about the InterDigitTimeout property of the Dtmf control, see Dtmf.InterDigitTimeout.
Example
<form id="Form1" method="post" runat="server">
...
<speech:SpeechControlSettings ID="AllSettings" runat="server">
<Items>
<speech:SpeechControlSettingsItem ID="Settings1" runat="server">
...
<QA ... >
...
<Dtmf
InterDigitTimeout="2000"
PreFlush="True"
EndSilence="2000"
InitialTimeout="1000"
OnClientError="MyClientError"
OnClientKeyPress="MyClientKeyPress"
OnClientNoReco="MyClientNoReco"
OnClientSilence="MyClientSilence">
</Dtmf>
<QA/>
...
</speech:SpeechControlSettingsItem>
</Items>
</speech:SpeechControlSettings>
...
<speech:QA Settings="Settings1" runat="server">
<Dtmf ... >
<!-- Dtmf contents --!>
</Dtmf>
</speech:Dtmf>
...
</form>
See Also
DtmfControlSettings Class | DtmfControlSettings Constructor | DtmfControlSettings Members | DtmfControlSettings Properties | DtmfControlSettings Methods
.jpg)