Hi
How do you change the default windows label that appears when dragging controls from the Data Sources tab onto a form to default to an Ultra Label?
Best Regards
Lance
Hi Lance,
Sorry, now I understand. I don't think that is something that can be configured by users of Visual Studio. That appears to be a functionality that is built in. The only thing that we are able to configure is which controls we can choose to represent list type or property type data from our data model. When configuring properties from our data model, we can only choose which control is used, however, Visual Studio uses the default Label control to display the name of your property. I was not able to find anything on MSDN regarding this customization:
http://msdn.microsoft.com/query/dev10.query?appId=Dev10IDEF1&l=EN-US&k=k(VS.DATASOURCE.HOWTOADDCUSTOMCONTROL)&rd=true
Hi Tom
Thanks for that, unfortunately I don't think I explained myself very well
Its the label that is associated with a control you drag onto the form.
for example if you drag on an ultratext box you get a windows label attached to the left hand side of the ultratextbox
Description: [ultratextboxDescription]
i.e. how do you change the label that is by default created with your UltraTextBox from a windows label to an UltraLabel?
Check out these images that show you the steps on how to change the default controls that are used in your Data Sources window.