I have a quick question. I am creating a dll and would like to create a property within a property. Using the MS Printer class as an example:
Printer.Font.Bold

I am familar with the first part:
Generic.Text
But I don't know how to create the next step. Any help would be appreciated.

Thanks