SuggestionTextChangedTextBoxGetNumCharacters Method

Get the number of characters to wait to make the suggestion.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public static int GetNumCharacters(
	DependencyObject dp
)

Parameters

dp  DependencyObject
DependencyObject with the dependency object.

Return Value

Int32
Int32 with the number of characters to wait to make the suggestion.

See Also