SuggestionKeyUpTextBoxSetModifier Method
Set modifier keys (if any).
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public static void SetModifier(
DependencyObject dp,
ModifierKeys value
)
Public Shared Sub SetModifier (
dp As DependencyObject,
value As ModifierKeys
)
Parameters
- dp DependencyObject
- DependencyObject with the dependency object.
- value ModifierKeys
- ModifierKeys with the modifier keys.