SHDocVw.TWebBrowser.ToolBar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ToolBar: Integer read Get_ToolBar write Set_ToolBar stored False;

C++

__property int ToolBar = {read=Get_ToolBar, write=Set_ToolBar, 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 ToolBar. It is included in the TWebBrowser interface because the IWebBrowser2 interface is shared with Internet Explorer. ToolBar determines which toolbar is displayed in Internet Explorer. TWebBrowser does not have any tool bars.