Purpose
Determines the foreground color of selector cells for a defined state.
Class
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
| oForeground | This 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:GetSelectorBackground()
bBrowser:GetSelectorStateBackground()
bBrowser:GetSelectorStateForeground()
bBrowser:SelectorColorCondition
bBrowser:SetSelectorBackground()
bBrowser:SetSelectorForeground()
Page url: http://www.YOURSERVER.com/index.html?bbrowser_getselectorforeground.htm