Search
Ruler.ForeColor Property
See Also
 



Gets or sets the foreground color of the ruler.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
unsigned int get_ForeColor ()
void put_ForeColor (
    unsigned int value
)

 Property Value

An OLE_COLOR value. The default value is black color.

 Remarks

This color is used to draw ticks and labels on the ruler scales.

 See Also