CGridListCtrlEx
|
CGridRowTrait specifies an interface for handling custom drawing at row-level. More...
Public Member Functions | |
virtual void | OnCustomDraw (CGridListCtrlEx &owner, NMLVCUSTOMDRAW *pLVCD, LRESULT *pResult) |
Override OnCustomDraw() to provide your own special row-drawing. | |
virtual void | Accept (CGridRowTraitVisitor &visitor) |
Override Accept() and update CGridColumnTraitVisitor for new column-trait classes. More... | |
CGridRowTrait specifies an interface for handling custom drawing at row-level.
|
inlinevirtual |
Override Accept() and update CGridColumnTraitVisitor for new column-trait classes.
Reimplemented in CGridRowTraitText, and CGridRowTraitXP.