IWindowsFormsEditorService

IWindowsFormsEditorService

System. Windows .Forms.Design (system. windows .forms.dll) interface

This service can be obtained from the local IServiceProvider . Typically, this will be the instance supplied to the EditValue() method.

DropDownControl() will show a System.Windows.Forms.Control as a drop-down, and CloseDropDown() will clear any control currently showing. Alternatively, you can show a System.Windows.Forms.Form using ShowDialog() .

 public interface  IWindowsFormsEditorService  {  // Public Instance Methods  public void  CloseDropDown  ();    public void  DropDownControl  (System.Windows.Forms.Control  control  );    public DialogResult  ShowDialog  (         System.Windows.Forms.Form  dialog  ); } 


. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net