You use the Parent property

VB Code:
  1. Private Sub UserControl_Click()
  2. Parent.Width = 300
  3. End Sub