Navigation:  Classes > bCellGroupResizeEvent >

bCellGroupResizeEvent:Mode

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Mode in which the resize process of the cell group is.

Class

bCellGroupResizeEvent

Type

Access

Data Type

Integer

Description

bCellGroupResizeEvent:Mode defines the mode in which the resize process of the cell group is. The following modes are supported:

 

Mode

Description

Return Value

BCGRM_START

The process for resizing of the cell group is started.

The return value BCGRR_VALID results in that the cell group being able to be resized.

The return value BCGRR_INVALID prevents resizing the cell group.

BCGRM_CHECKCELL

The new size of the cell group can be checked.

The return value BCGRR_VALID results in that the size of the cell group is changed.

The return value BCGRR_INVALID prevents that the size of the cell group may be changed.

The return value BCGRR_UNDEFINED results in that the bBrowser examining, whether the new size of the cell group conflict with another cell group. In this case the size of the cell group may not be changed.

BCGRM_GETINFOTEXT

The text which is displayed during resizing can be defined.

The return value BCGRR_VALID results in that the text is displayed.

The return value BCGRR_UNDEFINED results in that the bBrowser show a default text.

BCGRM_FINISHREQUEST

The process for resizing of the cell group was finished. The new size of the cell group can be accepted or rejected.

The return value BCGRR_VALID or BCGRR_UNDEFINED results in that the size of the cell group is changed.

The return value BCGRR_INVALID prevents that the size of the cell group is changed.

BCGRM_FINISH

The process for resizing of the cell group was finished and the cell group was adapted to the new size.

The return value is not used.

BCGRM_ABORT

The process for resizing of the cell group was canceled and the size of the cell group is unchanged.

The return value is not used.

 

 


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