Although front panel decoration do not have block diagram icons, it is
possible to change some of their properties. If you access the Front
Panel decos[] property list, you can return references to each front
panel decoration item. However, the list of properties available for
these front panel decorations is limited, so identifying your
decoration will be difficult.
One option would be to cast
to a Decoration>Text class, and check the error out. If this results
in no error then you know you've found yourself a text decoration.
Then, in a No Error case, check the Text property against the
decoration you're looking for. If it matches, change the Text Color
property.
Of course, remember to close all references (my example is unfinished, but runs ok).
Message Edited by Thoric on 05-14-2009 01:31 PM
Thoric (CLA, CLED, CTD and LabVIEW Champion)