Navigation:  Classes > bBrowser >

bBrowser:GetRecordGroupInfoBackground()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

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

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetRecordGroupInfoBackground(<oRecordGroupInfo>) Æ oBackground

Arguments

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

Return Value

oBackgroundThe determined background color.
Data Type:Brush

Description

In order to determine the background color for a record group info value,

1.it is examined whether a bRecordGroupInfoStyle object is defined (see also bRecordGroupInfo:ViewStyle) and whether in this object a background color (see also bRecordGroupInfoStyle:Background) is not set equal to NULL_OBJECT.
Ü If it is, this value is returned.

2.it is examined whether a bBrowser:RecordGroupView object is defined and whether in this object a background color (see also bViewStyle:Background) is not set equal to NULL_OBJECT.
Ü If it is, this value is returned.

3.Ü a NULL_OBJECT is returned.

See Also

bBrowser:GetRecordGroupInfoAlignment()

bBrowser:GetRecordGroupInfoAlphaBlendRatio()

bBrowser:GetRecordGroupInfoFont()

bBrowser:GetRecordGroupInfoForeground()

bBrowser:GetRecordGroupInfoGrid()

bBrowser:GetRecordGroupInfoOptions()

bBrowser:RecordGroupView

bRecordGroupInfo:ViewStyle

bRecordGroupInfoStyle

bRecordGroupInfoStyle:Background

 


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