Adding Properties/Object to Controls on runtime. #8385
Unanswered
anilgenius
asked this question in
Language Ideas
Replies: 1 comment
-
Can you provide more details what you want? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In VFP we can Add properties at runtime to textbox/combo/grid/forms. Currently, C# is not supporting. Thats feature helps developer to make more rapid development in vfp. I wish if that's available to C# it will cut of development time by half. in VFP the syntax was
Textbox1.Addproperty, form1.Addproperty, Grid1.Addproperty as so on.
Beta Was this translation helpful? Give feedback.
All reactions