Navigation:  Classes > bBrowser >

bBrowser:GetContextMenu()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines the context menu for the column captions, the column values, the column footer, the selector column or the title.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetContextMenu(<iContextMenu>) Æ oMenu

Arguments

<iContextMenu>A numeric value that indicates for which area of the browser the context menu is to be determined. The following values are supported:

 

Constant

Description

BCM_CAPTION

Column captions

BCM_DATA

Column values

BCM_FOOTER

Column footer

BCM_SELECTOR

Selector column

BCM_TITLE

Title

BCM_RECORDGROUP

Record group column

 

Data Type:Integer

Return Value

oMenuThe determined context menu.
Data Type:Menu

Description

For the following areas, specific context menus can be assigned to the browser.

Title

Selector Column

Column Captions

Column Values

Column Footer

Record Group Column

 

With the method bBrowser:SetContextMenu() a context menu can be defined for several areas.

See Also

bBrowser:ContextMenuMode

bBrowser:ContextMenuShow()

bBrowser:EnableContextMenu()

bBrowser:GetColumnContextMenu()

bBrowser:IsContextMenuEnabled()

bBrowser:SetContextMenu()

bDataColumn:GetContextMenu()

bSample - ContextMenu

 


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