Navigation:  Classes > bDataColumn >

bDataColumn:IsContextMenuEnabled()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Examines whether a context menu is supported for the column caption, column values or column footer.

Class

bDataColumn

Type

Method

Syntax

<oDataColumn>: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_DATA

Context menu for column values

BCM_FOOTER

Context menu for column footer

 

Data type:Integer

Return Value

lEnabledA logical value that indicates whether a context menu is supported for the specified area.
TRUEA context menu is supported.
FALSENo context menu is supported.
Data type:Logic

Description

With the method bDataColumn:EnableContextMenu() the support of context menus for an area below can be enabled or disabled:

Column Captions
Column Values
Column Footer

 

With the method bDataColumn:IsContextMenuEnabled() the support of context menus can be queried at a later time.

See Also

bBrowser:IsContextMenuEnabled()

bDataColumn:EnableContextMenu()

bDataColumn:GetContextMenu()

bDataColumn:SetContextMenu()

 


Page url: http://www.YOURSERVER.com/index.html?bdatacolumn_iscontextmenuenabled.htm