RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleContainer.AutoVerbMenu Property

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

Pascal
property AutoVerbMenu: Boolean;
C++
__property Boolean AutoVerbMenu;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!