DrawColor Property

Object List Next Object

Defined By:
Form

Description:

Controls the line color of drawing methods that use a pen.

Details:

DrawColor will specify the color to use for all drawing commands (LineTo, PolyLine, Rectangle, etc.) on the form. DrawColor will accept either the Long representing the color, or a call to the RGB function. Double clicking DrawColor in the Property Editor will bring up a Color Dialog.

Data Type: Long

See Also:
DrawMode Property