I have a control with a inner TextBox. I want to make a direct relationship between the Text property of the UserControl and the Text property of the TextBox. The first thin
For serialization within the InitializeComponent(), all you need is the DesignerSerializationVisibilityAttribute:
InitializeComponent()
[DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]