SuggestionTextChangedTextBoxSetNumCharacters Method
Sets the number of characters to wait to make the suggestion.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public static void SetNumCharacters(
DependencyObject dp,
int value
)
Public Shared Sub SetNumCharacters (
dp As DependencyObject,
value As Integer
)
Parameters
- dp DependencyObject
- DependencyObject with the dependency object.
- value Int32
- Int32 with the number of characters to wait to make the suggestion.