Navigation:  Classes > bDataColumn >

bDataColumn:GetContextMenu()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines the context menu for the column caption, the column values or the column footer.

Class

bDataColumn

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

oMenuThe 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()

bBrowser:GetContextMenu()

bDataColumn:EnableContextMenu()

bDataColumn:IsContextMenuEnabled()

bDataColumn:SetContextMenu()

 


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