コード例 #1
0
 protected virtual string GetHotkeyName(Keys key, Keys modifiers)
 {
     return(Hotkey.GetHotkeyName(key, modifiers));
 }