Navigation:  Classes > bBrowserColumn >

bBrowserColumn:GetContextMenu()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

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

Class

bBrowserColumn

Type

Method

Syntax

<oBrowserColumn>: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_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 Footer

 

The assignment of a context menu for the respective area is made with the method bBrowserColumn:SetContextMenu().

See Also

bBrowser:GetColumnContextMenu()

bBrowser:GetContextMenu()

bBrowserColumn:EnableContextMenu()

bBrowserColumn:IsContextMenuEnabled()

bBrowserColumn:SetContextMenu()

 


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