How to call method that handles the Click event for several
How to call method that handles the Click event for several buttons ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bhushan BhasmePosted Sep 30, 2015, 5:26 AM
b1.Text = "Click here to activate";
b1.Location = new Point(20,55);
b1.Size = new Size(150,20);
//Here You will Get Data Of Button (i.e:properties Of Button)
}
Rashmiranjan DalabeheraPosted Sep 30, 2015, 5:29 AM