SuggestionTextChangedTextBoxSetDelay Method
Sets the wait time in milliseconds to make a suggestion
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public static void SetDelay(
DependencyObject dp,
int value
)
Public Shared Sub SetDelay (
dp As DependencyObject,
value As Integer
)
Parameters
- dp DependencyObject
- DependencyObject with the dependency object.
- value Int32
- Int32 with the wait time in milliseconds.