CommandSet.GetMenuCommands Method

Definition

Provide the menu commands that this commandset implements

protected:
 override System::Collections::Generic::IList<System::ComponentModel::Design::MenuCommand ^> ^ GetMenuCommands();
protected override System.Collections.Generic.IList<System.ComponentModel.Design.MenuCommand> GetMenuCommands ();
override this.GetMenuCommands : unit -> System.Collections.Generic.IList<System.ComponentModel.Design.MenuCommand>
Protected Overrides Function GetMenuCommands () As IList(Of MenuCommand)

Returns

Applies to