Navigation:  Classes > bBrowser >

bBrowser:DrawSelector()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Draws the selector column in the browser.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:DrawSelector(

<hDC>,

<srcInvalid>

) Æ lDraw

Arguments

<hDC>The DeviceContext in which the selector column must be drawn.
Data type:Pointer

 

<srcInvalid>The rectangle structure that defines the area which must be drawn.

The structure must be specified by reference.

Data type:_winRect

Return Value

lDrawA logical value that indicates whether the selector column was drawn.
TRUEThe selector column was drawn.
FALSEThe selector column was not drawn.
Data type:Logic

Description

bBrowser:DrawSelektor() draws the selector column at the left margin of the bBrowser. The method is called automatically by the method bBrowser:Draw().

See Also

bBrowser:Draw()

bBrowser:DrawBackground()

bBrowser:DrawCaption()

bBrowser:DrawData()

bBrowser:DrawFooter()

bBrowser:DrawGrid()

bBrowser:DrawInfo()

bBrowser:DrawSelectorState()

bBrowser:DrawTitle()

 


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