IMenuEditorService

IMenuEditorService

System.Windows.Forms.Design (system.design.dll) interface

This interface is implemented by the design-time menu editing service. It provides methods to get the current menu ( GetMenu() ) and determine whether the menu IsActive() . The current menu can be changed with the SetMenu() method, and the current menu item can be set with SetSelection() .

 public interface  IMenuEditorService  {  // Public Instance Methods  public Menu  GetMenu  ();    public bool  IsActive  ();    public bool  MessageFilter  (ref System.Windows.Forms.Message  m  );    public void  SetMenu  (System.Windows.Forms.Menu  menu  );    public void  SetSelection  (System.Windows.Forms.MenuItem  item  ); } 


. 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