Vcl.OleCtnrs.TOleContainer.AutoVerbMenu

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoVerbMenu: Boolean read FAutoVerbMenu write FAutoVerbMenu default True;

C++

__property bool AutoVerbMenu = {read=FAutoVerbMenu, write=FAutoVerbMenu, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.OleCtnrs.pas
Vcl.OleCtnrs.hpp
Vcl.OleCtnrs TOleContainer

Description

Determines whether the OLE container automatically creates a pop-up menu containing the OLE object's verbs.

Use AutoVerbMenu to specify whether the OLE object can replace the OLE container's popup menu. If AutoVerbMenu is true (the default), the OLE object replaces any existing PopupMenu property. If AutoVerbMenu is false, no popup menu is automatically created.

See Also