Navigation:  Classes > bBrowser >

bBrowser:FooterDoubleClick()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

A callback method for a double click with the mouse on a column footer.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:FooterDoubleClick(<oColumn>) Æ lSuccess

Arguments

<oColumn>The column on that footer was double clicked.
Data Type:bDataColumn

Return Value

lSuccessA logical value that is always TRUE.
Data Type:Logic

Description

bBrowser:FooterDoubleClick() is a callback method that is called by the bBrowser whenever a column footer was double clicked with the left mouse button. The method checks whether a method with the same name exists in the owner of the bBrowser and calls it with an object of class bColumnEvent as argument.

 

Note!
A double mouse click arises, if the left mouse button is pressed and released two times.

See Also

bBrowser:CaptionDoubleClick()

bBrowser:CellDoubleClick()

bBrowser:FooterClick()

bBrowser:SelectorDoubleClick()

 


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