Purpose
Draws an item inside the control.
Class
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  | 
| #SpinnerDown | The arrow button  | 
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
| iResult | A numeric value which defines whether the item could be drawn. | 
| ISEXECUTED | The item was drawn. | 
| ISNOTEXECUTED | The 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
Page url: http://www.YOURSERVER.com/index.html?bspinedit_dodrawitem.htm