Exemple #1
0
 // Display this form inside of the associated panel.
 //
 // Returns the panel used.
 public Control Display()
 {
     m_info.Display(this);
     return((Control)m_info);
 }