06-05-2009 10:31 PM - edited 06-05-2009 10:36 PM
I have an enum cluster.
Programmatically, I want to write the enum string (corresponding in a value) from the reference of cluster.
Roughly thinking, I got the control[] of the cluster.
But I can't select string[] of a control in for loop.
How can I get the string information of the control from reference of cluster?
(I know I can the string property if I use individual reference. But this requires the same number of references as an input.)
labmaster.
06-05-2009 10:46 PM
06-05-2009 10:50 PM
06-05-2009 11:09 PM - edited 06-05-2009 11:10 PM
No.
Like this.