Purpose
Determines the context menu for the column caption, the column values or the column footer.
Class
Type
Method
Syntax
<oDataColumn>:GetContextMenu(<iContextMenu>) Æ oMenu
Arguments
| <iContextMenu> | A numeric value that indicates for which area of the column the context menu is to be determined. The following areas are supported: | 
| Constant | Description | 
| BCM_CAPTION | Context menu for column caption. | 
| BCM_DATA | Context menu for column values. | 
| BCM_FOOTER | Context menu for column footer. | 
| Data Type: | Integer | 
Return Value
| oMenu | The determined context menu. | 
| Data Type: | Menu | 
Description
The column can be assigned a specially context menu for the areas below:
•Column Caption
•Column Values
•Column Footer
The assignment of a context menu for the respective area is made with the method bDataColumn:SetContextMenu().
See Also
bBrowser:GetColumnContextMenu()
bDataColumn:EnableContextMenu()
bDataColumn:IsContextMenuEnabled()
Page url: http://www.YOURSERVER.com/index.html?bdatacolumn_getcontextmenu.htm