<< Return to Main Index

< Return to Class Index

CGXGridParam::SetGridLineStyle

void SetGridLineStyle(UINT nStyle);

nStyle

Specifies the pen type. This member can be one of the following values:

Remarks

Choose between solid, dotted and dashed grid lines if you have enabled the new grid line mode.

Note: If you have implemented custom drawing of grid lines by overriding the method DrawGridLine, the grid line style must be PS_SOLID. Otherwise, your DrawGridLine override will not be called.

See Also

CGXGridParam::SetNewGridLineMode

CGXGridParam

Class Overview | Class Members