OK - I have made a custom treenode class that inherits Treenode. In one of my methods I will change the background colour of the node to Red. When this happens I want it to disable a particular button on a form.
Does this mean I have to pass a reference to the form everytime I make a new instance of my custom treenode - seems clunky if thats the case?
Does this mean I have to pass a reference to the form everytime I make a new instance of my custom treenode - seems clunky if thats the case?