IWinformsMenuHandler.GetMenuItems Method
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.
Retrieves an array of menu items.
public:
cli::array <System::Windows::Forms::ToolStripItem ^> ^ GetMenuItems();
public System.Windows.Forms.ToolStripItem[] GetMenuItems ();
abstract member GetMenuItems : unit -> System.Windows.Forms.ToolStripItem[]
Public Function GetMenuItems () As ToolStripItem()
Returns
Returns an array of menu items.