CGXGridCore::Redraw
virtual void Redraw(UINT flags = GX_UPDATENOW, BOOL bCreateHint = TRUE);
flags
-
Specifies the update technique.
- GX_UPDATENOW specifies to call UpdateWindow after invalidating the window.
GX_INVALIDATE and GX_SMART specify to simply invalidate the window.
bCreateHint
Specifies if a hint should be created.
Remarks
Overridable method which redraws the whole grid.
The method creates the following hint:
CGXGridHint hint(gxHintRedraw, m_nViewID);
hint.flags = flags;
See Also
CGXGridCore::RedrawRowCol CGXGridCore::LockUpdate