SHDocVw.TWebBrowser.OnToolBar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnToolBar: TWebBrowserOnToolBar read FOnToolBar write FOnToolBar;

C++

__property TWebBrowserOnToolBar OnToolBar = {read=FOnToolBar, write=FOnToolBar};

Properties

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

Description

Not used in TWebBrowser.

Do not use this event. It is included in the TWebBrowser interface because the IWebBrowser2 interface is shared with Internet Explorer. OnToolBar occurs when the Internet Explorer changes which tool bars are visible.