Purpose
Determines the context menu for the column captions, the column values, the column footer, the selector column or the title.
Class
Type
Method
Syntax
<oBrowser>:GetContextMenu(<iContextMenu>) Æ oMenu
Arguments
| <iContextMenu> | A numeric value that indicates for which area of the browser the context menu is to be determined. The following values are supported: | 
| Constant | Description | 
| BCM_CAPTION | Column captions | 
| BCM_DATA | Column values | 
| BCM_FOOTER | Column footer | 
| BCM_SELECTOR | Selector column | 
| BCM_TITLE | Title | 
| BCM_RECORDGROUP | Record group column | 
| Data Type: | Integer | 
Return Value
| oMenu | The determined context menu. | 
| Data Type: | Menu | 
Description
For the following areas, specific context menus can be assigned to the browser.
•Title
•Selector Column
•Column Captions
•Column Values
•Column Footer
•Record Group Column
With the method bBrowser:SetContextMenu() a context menu can be defined for several areas.
See Also
bBrowser:GetColumnContextMenu()
bBrowser:IsContextMenuEnabled()
Page url: http://www.YOURSERVER.com/index.html?bbrowser_getcontextmenu.htm