Navigation:  Classes > bBrowser >

bBrowser:Handle()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines the handle of the bBrowser or of one of the two scrollbars.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:Handle([<iHandleType>]) Æ hHandle

Arguments

<iHandleType>The type of the handle, that is to be determined.

 

Handle Type

Description

BHANDLE_BROWSER

Handle of bBrowser.

BHANDLE_SCROLLBAR_VERTICAL

Handle of vertical scrollbar.

BHANDLE_SCROLLBAR_HORIZONTAL

Handle of horizontal scrollbar.

 

As default BHANDLE_BROWSER is used.

Data type:Integer

Return Value

hHandleThe determined handle. If no handle could be determined then NULL_PTR is returned.
Data type:Ptr

Description

bBrowser:Handle() determines from MS Windows the handle for the bBrowser or for the vertical or horizontal scrollbar. The handle of one of the scrollbars can determined only if the scrollbar is visible. Whether a scrollbar is visible can be checked with the methods bBrowser:IsHorizontalScrollbarVisible() or bBrowser:IsVerticalScrollbarVisible().

See Also

bBrowser:HorizontalScrollbarMode

bBrowser:IsHorizontalScrollbarVisible()

bBrowser:IsVerticalScrollbarVisible()

bBrowser:VerticalScrollbarMode

 


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