IMenuEditorService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to the menu editing service.
public interface class IMenuEditorService
public interface IMenuEditorService
type IMenuEditorService = interface
Public Interface IMenuEditorService
Remarks
Most of the implementation of this service is provided by the host environment.
Methods
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. |
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.