IMenuEditorService Interface
.NET Framework (current version)
Provides access to the menu editing service.
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | GetMenu() | Gets the current menu. |
![]() | IsActive() | Indicates whether the current menu is active. |
![]() | MessageFilter(Message%) | Allows the editor service to intercept Win32 messages. |
![]() | SetMenu(Menu^) | Sets the specified menu visible on the form. |
![]() | SetSelection(MenuItem^) | Sets the selected menu item of the current menu. |
Most of the implementation of this service is provided by the host environment.
.NET Framework
Available since 1.1
Available since 1.1
Show:
