Quang Dinh Luong

Quang Dinh Luong

  • NA
  • 76
  • 17.8k

Determine each kind of clicking!!!

Oct 11 2015 3:01 AM
Is there a way to do this? :
      private void button2_Click(object sender, EventArgs e) 
        {
               if(button2 double click ) {//Do sth
               else if( button2 triple click) {//Do sth else}
               else {//Sth else not like above
        } 
Is there a way to determine how many clicks are users performed to perform different task? 
This may confuse you! :) I've searched Mr.Google but nothing worked
Thanks, 

Answers (4)