Navigation:  Classes > bBrowser >

bBrowser:GetSelectorForeground()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines the foreground color of selector cells for a defined state.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetSelectorForeground(<iMode>) Æ oForeground

Arguments

<iMode>The state for which the foreground color is to be determined. The following table lists the defined states:

 

State

Description

BSC_ACTIVE

The bBrowser has the focus.

BSC_INACTIVE

The bBrowser has no focus.

BSC_SELECTED

A cell in the record is selected.

BSC_INACTIVESELECTED

A cell in the record is selected and the bBrowser has no focus.

BSC_DELETED

The record in the data server is marked as deleted.

BSC_EOF

EoF record in the data server.

 

Data type:Integer

Return Value

oForegroundThis determines Foreground color. If no foreground color is defined for the state, the value NULL_OBJECT is returned.
Data type:Color

Description

bBrowser:GetSelectorForeground() determines the foreground color of selector cells for a defined state.

See Also

bBrowser:EnableSelector()

bBrowser:GetSelectorBackground()

bBrowser:GetSelectorStateBackground()

bBrowser:GetSelectorStateForeground()

bBrowser:SelectorColorCondition

bBrowser:SetSelectorBackground()

bBrowser:SetSelectorForeground()

 


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