RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColumn.PopupMenu Property

Identifies the pop-up menu associated with the column.

Pascal
property PopupMenu: TPopupMenu;
C++
__property TPopupMenu PopupMenu;

Assign a value to PopupMenu to make a pop-up menu appear when the user clicks the right mouse button on the column. 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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!