Navigation:  Classes > bBrowser >

bBrowser:IsDragSelectionEnabled()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Examines whether selecting cells/rows is enabled when moving the mouse with a pressed left mouse button.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:IsDragSelectionEnabled() Æ lIsActive

Return Value

lIsActiveA logical value that indicates whether selecting cells/rows are enabled when moving the mouse with pressed left mouse button.
TRUEThe ability is enabled.
FALSEThe ability is disabled.
Data type:Logic

Description

With the method bBrowser:EnableDragSelection() the browser can be configured so that when moving the mouse with a pressed left mouse button the cells/rows under the mouse are selected. This ability is called block selection. The method bBrowser:IsDragSelectionEnabled() allows us to query this ability at any time.

 

After first creating a bBrowser, this ability is disabled.

See Also

bBrowser:EnableDragSelection()

 


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