Hello,
I want to find the ID of a dragged control like lable, button etc. Is there any way to do it?
in C# winform application
Loading
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.
SenthilkumarPosted Mar 20, 2012, 4:47 AM
This property will give the total controls in the form.
control.Controls.Count
Dorababu MekaPosted Mar 20, 2012, 4:34 AM