コード例 #1
0
 private void txtStaffID_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
 {
     TabTipUtil.Open();
 }
コード例 #2
0
 private void txtStaffID_LostFocus(object sender, RoutedEventArgs e)
 {
     TabTipUtil.Close();
 }