I have a subVI that is called in my main VI and acts as a prompt. It has 5 controls, and these controls can change color and name, depending on user input. It may be also possible that fewer than 5 are selected. At any rate, the values of these 5 controls are clustered and sent out of the subVI prompt to the main VI, where they are displayed. Is there any way to pass the properties of the control itself to the main VI? My thought is it would be nice to not only display the values of the subVI controls but also the color, name, etc. I was hoping that there is some way to pass the control, and not have a lot of properties being sent as outputs of the VI.
Michael