class CALXFocusRect
{
public:
COLORREF m_crBackColor;
COLORREF m_crFaceColor;
BOOL m_bSolid;
DrawFocusRect(CDC *pDC, CRect& rc);
};
The supplementary class will be used for define colour and style of a
focus rectangle. The function of draw focus rectangle are contains. files
ALXCellMetrics.h, ALXCellMetrics.cpp.
See also:
CALXCellMetrics |