Navigation:  Classes > bBrowser >

bBrowser:IsCellGroupMovable()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Examined whether cell groups can be moved with the mouse.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:IsCellGroupMovable() Æ lMoveable

Return Value

lMovableA logical value that indicates whether cell groups can be moved with the mouse.
TRUECell groups can be moved.
FALSECell groups cannot be moved.
Data Type:Logic

Description

Cell groups can be moved in the bBrowser with the mouse. By the method bBrowser:EnableCellGroupMove() this ability can be enabled or disabled. By the method bBrowser:IsCellGroupMovable() this ability can be queried at a later time.

 

After creating a bBrowser control the ability to move cell groups is enabled. So that a certain cell group can be moved, one or both of the following options must be defined in addition in the access bCellGroupItem:Options:

BCGIO_MOVABLE_HORIZONTAL

BCGIO_MOVABLE_VERTICAL

See Also

bBrowser:EnableCellGroupMove()

bBrowser:IsCellGroupResizable()

bCellGroupItem:Options

 


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