G
George Meng
Hi folks,
I have a Treeview control in the Winform, and I want to change the text of
the 5th node base on an expression:
dim sObject as string = "Treeview1.Node.Items(5).Text"
dim sValue as string = "New Text for the node"
How can I make this happen by using reflection or any other way?
Basically, my question is how I can make change to a complex property:
Object.Property.property
Thanks for any ideas.
George
I have a Treeview control in the Winform, and I want to change the text of
the 5th node base on an expression:
dim sObject as string = "Treeview1.Node.Items(5).Text"
dim sValue as string = "New Text for the node"
How can I make this happen by using reflection or any other way?
Basically, my question is how I can make change to a complex property:
Object.Property.property
Thanks for any ideas.
George