SuggestionKeyUpTextBoxGetKey Method

Get 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 Key GetKey(
	DependencyObject dp
)

Parameters

dp  DependencyObject
DependencyObject with the dependency object.

Return Value

Key
Key with the key that triggers the hint.

See Also