B
best95
I've created a custom control using C#. I have been able to add the
control to infopath and bind it to data. The last thing I am trying
to do is expose a property of the control at design time in infopath.
This property needs to be set before the form is published. Is there
a way to add an attribute, like the [Browsable(true)] attribute, to
the property to get it to show up in the Properties window of InfoPath
after the control has been added? If not, is there another way to
access that property of the control and set it's values during design
time? Any help is greatly appreciated.
TIA,
Eric
control to infopath and bind it to data. The last thing I am trying
to do is expose a property of the control at design time in infopath.
This property needs to be set before the form is published. Is there
a way to add an attribute, like the [Browsable(true)] attribute, to
the property to get it to show up in the Properties window of InfoPath
after the control has been added? If not, is there another way to
access that property of the control and set it's values during design
time? Any help is greatly appreciated.
TIA,
Eric