This is a really silly question... but today I wrote a class which has a property which can be formatted in different ways. I have also written various subs in the class that formats a string (the property exposes a private string)....
if I want to access the methods like this:
myObject.MyProperty.MyMethod
How do I code this?
kind regards
henrik - thinking he has a total blackout and need to go back to vb.net 101
