PrintPreviewDialog.Menu 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定顯示在表單中的 MainMenu。
public:
property System::Windows::Forms::MainMenu ^ Menu { System::Windows::Forms::MainMenu ^ get(); void set(System::Windows::Forms::MainMenu ^ value); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.MainMenu Menu { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Menu : System.Windows.Forms.MainMenu with get, set
Public Property Menu As MainMenu
屬性值
MainMenu,代表要顯示在表單中的功能表。
- 屬性
備註
這個屬性與這個類別無關。
您可以使用這個屬性在執行時間在完整功能表集之間切換。 例如,當您的多個檔介面 (MDI) 表單沒有作用中的 MDI 子表單時,您可以定義一個要顯示的表單,另一個 MainMenuMainMenu 會在顯示子視窗時顯示。 當您的應用程式中有需要顯示不同功能表集的特定條件時,您也可以使用不同的 MainMenu 。