Beispiel #1
0
 /// <include file='doc\CompositionDesigner.uex' path='docs/doc[@for="ComponentDocumentDesigner.CompositionUI.CompositionSelectionUIHandler.GetControl1"]/*' />
 /// <devdoc>
 ///      Retrieves the UI control for the given component.
 /// </devdoc>
 protected override Control GetControl(IComponent component)
 {
     return(TrayControl.FromComponent(component));
 }