Search
Ruler.PointerColor Property
See Also
 



Gets or sets the color of the mouse pointer's projections.

 Syntax

VB6  Copy Code

Public Property Get PointerColor() As Long
Public Property Let PointerColor( _
    ByVal value As Long _
)

C++  Copy Code

public:
unsigned int get_PointerColor ()
void put_PointerColor (
    unsigned int value
)

 Property Value

An OLE_COLOR value. The default value is red color.

 See Also