SuggestionKeyUpTextBoxSetKey Method

Sets the key that triggers the hint.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public static void SetKey(
	DependencyObject dp,
	Key value
)

Parameters

dp  DependencyObject
DependencyObject with the dependency object.
value  Key
Key with the key that triggers the hint.

See Also