// The constructor associates the control to the smart tag action list. 
 public TitledTextBoxActionList(TitledTextBox ctrl) : base(ctrl)
 {
     linkedControl = ctrl;
 }
 // The constructor associates the control to the smart tag action list.
 public TitledTextBoxActionList(TitledTextBox ctrl) : base(ctrl)
 {
     linkedControl = ctrl;
 }