Beispiel #1
0
 /// <summary>
 /// Adds Ctrl+C and Ctrl+A shortcuts to the specified ListView.
 /// </summary>
 /// <param name="lv">The ListView to modify.</param>
 public static void AddShortcuts(this ListView lv)
 {
     lv.AddShortcuts(null);
 }