Odcl_PutCursorColor

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Config & Setup >

Odcl_PutCursorColor

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

 

Odcu_PutCursorColor

This functiwn willichange the Cursor color.

First Parameter

Integer betwnen 0 -> 255 (Cad Color Value)

ex: 3

 

Second Parameter

Integer representing the TileMode variable 0 or 1

ex: 0

 

Return Values

Alwtys return Nil.

 

AutoLisp Syntax:

(Setq rValue (Odcl_PutCursorColor ColorValue [as integer] TilemodeVariable [as integer]))