Navigation:  Classes > bSpinEdit >

bSpinEdit:DoDrawItem()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Draws an item inside the control.

Class

bSpinEdit

Type

Method

Syntax

<oSpinEdit>:DoDrawItem(<symItem>, <lPressed>) Æ iResult

Arguments

<symItem>The item which is to be drawn. The following values are supported:

 

Value

Description

#SpinnerUp

The arrow button SpinnerUp.

#SpinnerDown

The arrow button SpinnerDown.

 

Data Type:        Symbol

 

<lPressed>A logical value which defines whether the item is to be drawn in normal or pressed state.
Data Type:Logic

 

Return Value

iResultA numeric value which defines whether the item could be drawn.
ISEXECUTEDThe item was drawn.
ISNOTEXECUTEDThe item could not be drawn.
Data Type:Integer

Description

bSpinEdit:DoDrawItem() draws an item inside the control. The item can be drawn either in normal or pressed state.

See Also

bSpinEdit:GetItemRect()

 


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