IMenuHandler.FillMenuCommands(IMenuCommandService) Method

Definition

Populates the MenuCommandService with the menu items.

public:
 void FillMenuCommands(System::ComponentModel::Design::IMenuCommandService ^ menuCommands);
public void FillMenuCommands (System.ComponentModel.Design.IMenuCommandService menuCommands);
abstract member FillMenuCommands : System.ComponentModel.Design.IMenuCommandService -> unit
Public Sub FillMenuCommands (menuCommands As IMenuCommandService)

Parameters

menuCommands
IMenuCommandService

Represents the value of the menu.

Applies to