> @Greg: wow, I didn't even notice that object. It certainly seems like it > would be cleaner, but much harder to make it participate in other Document > text operations, e.g., can I select a range of text that includes it and then > Copy the whole thing?
Yes, you should be able to. I'm not sure that it will properly copy as text at the moment, but that can probably be addressed fairly easily. > I'm assuming you're suggesting that I make my Hyperlink object a subclass of > ComponentNode that wraps a Label. I was thinking of wrapping a LinkButton, but a Label could work too.
