SuggestionKeyUpTextBoxSetKey Method
Sets the key that triggers the hint.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public static void SetKey(
DependencyObject dp,
Key value
)
Public Shared Sub SetKey (
dp As DependencyObject,
value As Key
)
Parameters
- dp DependencyObject
- DependencyObject with the dependency object.
- value Key
- Key with the key that triggers the hint.