Navigation:  Classes > bBrowser >

bBrowser:GetCaptionFrameFromPoint()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Returns the column over whose caption frame the mouse cursor is.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetCaptionFrameFromPoint(<oPoint>) Æ oColumn

Arguments

<oPoint>The point object for which the column is to be determined.
Data Type:Point

Return Value

oColumnThe determined column. If the mouse cursor is not over any caption frame, the value NULL_OBJECT is returned.
Data Type:bBrowserColumn

Description

bBrowser:GetCaptionFrameFromPoint() determines the column whose caption frame is under the mouse cursor. The mouse cursor does not have to be exactly within the caption frame. There is a leeway of 3 pixels to the left or right of the caption frame.

 

bBrowser uses this method to determine the column under the mouse when changing the column width with the mouse.

See Also

bBrowser:GetCaptionFromPoint()

bBrowser:GetColumnFrameToMouse()

bBrowser:GetColumnFromPoint()

 


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