Navigation:  Classes > bBrowser >

bBrowser:IsContextMenuEnabled()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Examined whether a context menu is supported for the column captions, column values, column footer, selector column or title.

Class

bBrowser

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

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 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

bBrowser:ContextMenuMode

bBrowser:EnableContextMenu()

bBrowser:GetContextMenu()

bBrowser:SetContextMenu()

bDataColumn:IsContextMenuEnabled()

bSample - ContextMenu

 


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