G
Guest
Hi
I am creating my first UserControl. I want to add properties (not only other controls) that I can bind later
I am adding properties like this
public property TestProperty() as strin
ge
...
se
...
When I use the control in a Form, I can't find the "DataBindings" property to add to.
(i.e. myControl.TestProperty.DataBindings.Add
TIA
Mike
I am creating my first UserControl. I want to add properties (not only other controls) that I can bind later
I am adding properties like this
public property TestProperty() as strin
ge
...
se
...
When I use the control in a Form, I can't find the "DataBindings" property to add to.
(i.e. myControl.TestProperty.DataBindings.Add
TIA
Mike