Exemplo n.º 1
0
 /// <summary>
 ///   get editor control of child
 /// </summary>
 /// <returns></returns>
 public virtual Control getEditorControl()
 {
     if (_editorProvider != null)
     {
         return(_editorProvider.getEditorControl());
     }
     else
     {
         return(null);
     }
 }