I have a custom control that contains a TextBox. I need to expose the Selection property of that textbox through a property in the custom control. Alas, Selection is a virtual class. I've tried several approaches without any joy, including trying to pass it as a generic Object. Any clues? tia Bruce