02-19-2010 09:37 AM
How do I set a default for all controls?
For example, I want the label to always appear on the left. Instead of setting the control attribute for each LED separately, I'd rather set a default to be applied to all LEDs.
I'd prefer to do this programmatically.
Thanks!!!
02-19-2010 10:20 AM
Hi,
one possibility is to use the function call SetAttributeForCtrls from the programmer's toolbox library.
Another, to generate the controls programmatically - if you are using your own functions to do so you can define the default as to your liking.
Wolfgang