Attributes
Name |
---|
Keys |
IsInfo |
IsError |
IsWarning |
InfoTitle |
InfoToolTip |
WarningTitle |
WarningToolTip |
ErrorTitle |
ErrorToolTip |
Title |
Example
1 | <dev:ShortcutPreview x:Name="MainShortcutPreview" /> |
1 | MainShortcutPreview.Keys = new List<object>() { "Win", "Alt", "F1" }; |
Demo
you can run demo and see this feature.