Navigation:  Classes > bBrowser >

bBrowser:EnableInactiveSelection()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Enable or disable changing the selection color with the focus change.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:EnableInactiveSelection([<lEnable>]) Æ NIL

Arguments

<lEnable>A logical value that indicates whether the color of selection is to be changed, if the browser loses or gets the focus. If this argument is not specified, the value TRUE is used as a default, and the ability is enabled.
Data type:Logic

Description

bBrowser:EnableInactiveSelection() enables the browser to show selected cells/rows in different colors, if it loses or gets the focus.

 

Using the method bBrowser:IsInactiveSelectionEnabled() the attribute can be queried at any time.

 

After creating a bBrowser control the ability is disabled.

See Also

bBrowser:InactiveSelectedBackground

bBrowser:InactiveSelectedForeground

bBrowser:IsInactiveSelectionEnabled()

 


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