Exemplo n.º 1
0
 private void RabbitBar_KeyPress(object sender, System.Windows.Forms.KeyPressEventArgs e)
 {
     if (e.KeyChar == ' ')
     {
         RabToolTip.Show(_toolTip, this);
     }
     else
     {
         RabToolTip.Hide(this);
     }
 }
Exemplo n.º 2
0
 private void RabbitBar_MouseEnter(object sender, EventArgs e)
 {
     RabToolTip.Show(_toolTip, this);
 }