SHDocVw.TWebBrowser.PopupMenu
Delphi
property PopupMenu: TPopupMenu read FPopupMenu write SetPopupMenu;
C++
__property PopupMenu;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | SHDocVw.pas SHDocVw.hpp |
SHDocVw | TWebBrowser |
Description
Specifies the pop-up menu associated with the control. {{#multireplace:SHDocVw.TWebBrowser.PopupMenu|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Controls.TControl.PopupMenu|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Controls.TControl.PopupMenu|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Specifies the pop-up menu associated with the control.
Assign a value to PopupMenu to make a pop-up menu appear when the user selects the control and clicks the right mouse button. If the TPopupMenu's AutoPopup property is True, the pop-up menu appears automatically. If the menu's AutoPopup property is False, display the menu with a call to its Popup method from the control's OnContextPopup event handler.