public static bool GetAttached(TaskbarIcon tb)
 {
     return((bool)tb.GetValue(AttachedProperty));
 }