Navigation:  Classes > bBrowser >

bBrowser:EnableColumnMove()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Enable or disable the ability to move columns with the mouse.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:EnableColumnMove([<lEnable>]) Æ NIL

Arguments

<lEnable>A logical value that indicates whether columns can be moved. If this argument is not specified, the value TRUE is used as a default, and the ability is enabled.
Data Type:Logic

Description

Opened columns can be moved with the mouse. With this method this ability can be enabled or disabled. Using the method bBrowser:IsColumnMovable() the attribute can be queried at any time.

 

After creating a bBrowser control the ability to move columns is enabled.

 

To move a column the left button of the mouse must pressed and hold down inside the column caption. The column can be moved so long until the left mouse button is released. The procedure can be aborted by pressing the ESC key.

See Also

bBrowser:ColumnMove()

bBrowser:EnableColumnResize()

bBrowser:IsColumnMovable()

bBrowser:MoveColumn()

bBrowserColumn:Movable

 


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