Purpose
Examined whether a context menu is supported for the column captions, column values, column footer, selector column or title.
Class
Type
Method
Syntax
<oBrowser>:IsContextMenuEnabled(<iContextMenu>) Æ lEnabled
Arguments
| <iContextMenu> | The area in the bBrowser 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_DATA |
Context menu for column values |
BCM_FOOTER |
Context menu for column footer |
BCM_SELECTOR |
Context menu for selector column |
BCM_TITLE |
Context menu for title |
| 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 bBrowser:EnableContextMenu() the support of context menus for an area below can be enabled or disabled:
| • | Title |
| • | Selector Column |
| • | Column Captions |
| • | Column Values |
| • | Column Footer |
With the method bBrowser:IsContextMenuEnabled() the support of context menus can be queried at a later time.
See Also
bDataColumn:IsContextMenuEnabled()
Page url: http://www.YOURSERVER.com/index.html?bbrowser_iscontextmenuenabled.htm