Navigation:  Classes > bBrowser >

bBrowser:GetRecordGroupInfoAlignment()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines the alignment to use for a record group info value when drawing.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetRecordGroupInfoAlignment(<oRecordGroupInfo>) Æ iAlignment

Arguments

<oRecordGroupInfo>The record group info value for that the alignment is to be determined.
Data Type:bRecordGroupInfo

Return Value

iAlignmentThe determined alignment. A combination of the following values can be returned:

 

Constant

Description

BALIGN_AUTO

The default values for horizontal and vertical alignment are used.

BALIGN_LEFT

Left justified alignment.

BALIGN_RIGHT

Right justified alignment.

BALIGN_CENTER

Horizontal centered alignment.

BALIGN_TOP

Top justified alignment.

BALIGN_BOTTOM

Bottom justified alignment.

BALIGN_VCENTER

Vertical centered alignment.

 

Data Type:Integer

Description

In order to determine the alignment for an record group info value it is examined whether a bRecordGroupInfoStyle object is defined (see also bRecordGroupInfo:ViewStyle) and whether in this object an alignment (see also bRecordGroupInfoStyle:Alignment) is not set equal to BALIGN_AUTO. If it is, this alignment is returned. Otherwise the value BALIGN_LEFT for the horizontal and BALIGN_TOP for the vertical alignment is returned.

See Also

bBrowser:GetRecordGroupInfoAlphaBlendRatio()

bBrowser:GetRecordGroupInfoBackground()

bBrowser:GetRecordGroupInfoFont()

bBrowser:GetRecordGroupInfoForeground()

bBrowser:GetRecordGroupInfoGrid()

bBrowser:GetRecordGroupInfoOptions()

bRecordGroupInfo:ViewStyle

bRecordGroupInfoStyle

bRecordGroupInfoStyle:Alignment

 


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