Hello,
I have an array of Buttons down a column of a TableLayoutPane l. They
all share a common click handler. In the handler, how can I determine
the row of the TableLayoutPane l for the Button that got clicked?
Bill
I have an array of Buttons down a column of a TableLayoutPane l. They
all share a common click handler. In the handler, how can I determine
the row of the TableLayoutPane l for the Button that got clicked?
Bill
Comment