Ejemplo n.º 1
0
 private static void VisuallyDisable(ListViewItem item)
 {
     item.VisuallyDisable();
     item.AppendToolTip("Unsupported codec: cannot be muxed");
 }
Ejemplo n.º 2
0
 private static void MarkHidden(ListViewItem item)
 {
     item.MarkHidden();
     item.AppendToolTip("Hidden track");
 }
Ejemplo n.º 3
0
 private static void MarkBestChoice(ListViewItem item)
 {
     item.MarkBestChoice();
     item.AppendToolTip("Best choice based on your preferences");
 }