I've been writing some custom controls and I have several controls in a composite controls that have links. Take this custom CompositeControl, for example, where I define a calendar: private Calendar _calendarControl =null; // properties to expose calendar properties protected override void CreateChildControls...