IWinformsMenuHandler.GetMenuItems 方法

定義

擷取一系列選單項目。

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()

傳回

回傳一組選單項目。

適用於