Posted 20 Mar 2014 Link to this post
Posted 25 Mar 2014 Link to this post
private
void
RadMaskedTextInput_PreviewKeyDown(
object
sender, KeyEventArgs e)
{
if
(e.Key == Key.Z && (Keyboard.Modifiers == ModifierKeys.Control))
e.Handled =
true
;
}
Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.