SHDocVw.TWebBrowser.MenuBar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MenuBar: WordBool read Get_MenuBar write Set_MenuBar stored False;

C++

__property System::WordBool MenuBar = {read=Get_MenuBar, write=Set_MenuBar, stored=false, nodefault};

Properties

Type Visibility Source Unit Parent
property published
SHDocVw.pas
SHDocVw.hpp
SHDocVw TWebBrowser

Description

Not used in TWebBrowser.

Do not use MenuBar. It is included in the TWebBrowser interface because the IWebBrowser2 interface is shared with Internet Explorer. MenuBar shows or hides the menu bar in Internet Explorer. TWebBrowser does not have a menu bar.