Form Controls
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Is it possible to identify which control is on a form. For example can i return a string which saya that there is a textbox control on a form, etc.
-
Is it possible to identify which control is on a form. For example can i return a string which saya that there is a textbox control on a form, etc.
-
Is it possible to identify which control is on a form. For example can i return a string which saya that there is a textbox control on a form, etc.
You can also use the
Controls
property of theForm
class for this purpose. It returns an object of theControl.ControlCollection
class whose members can be used for the purpose desired by you. Regards, Ashok Dhamija _____________________________ Padam Technologies