Purpose
Examines whether a context menu is supported for the column caption or column footer.
Class
Type
Method
Syntax
<oBrowserColumn>:IsContextMenuEnabled(<iContextMenu>) Æ lEnabled
Arguments
| <iContextMenu> | The area in the column for which the support of a context menu shall be examined. The values below are supported: | 
| Value | Description | 
| BCM_CAPTION | Context menu for column caption | 
| BCM_FOOTER | Context menu for column footer | 
| Data Type: | Integer | 
Return Value
| lEnabled | A logical value that indicates whether a context menu is supported for the specified area. | 
| TRUE | A context menu is supported. | 
| FALSE | No context menu is supported. | 
| Data Type: | Logic | 
Description
With the method bBrowserColumn:EnableContextMenu() the support of context menus for an area below can be enabled or disabled:
•Column Captions
•Column Footer
With the method bBrowserColumn:IsContextMenuEnabled() the support of context menus can be queried at a later time.
See Also
bBrowser:IsContextMenuEnabled()
bBrowserColumn:EnableContextMenu()
bBrowserColumn:GetContextMenu()
bBrowserColumn:SetContextMenu()
Page url: http://www.YOURSERVER.com/index.html?bbrowsercolumn_iscontextmenuenabled.htm