CGXGridCore::UpdateStylesMap
virtual void UpdateStylesMap(UINT flags, BOOL bCreateHint = TRUE);
flags
-
Specifies the update technique:
- GX_UPDATENOW - updates the window immediately.
GX_INVALIDATE - invalidates the window.
bCreateHint
Specifies if a hint should be created.
Remarks
Virtual method that is called from ChangeStylesMap to redraw the grid and send a hint to all other views attached to the document.
The method creates the following hint:
CGXGridHint hint(gxHintUpdateStylesMap, m_nViewID);
hint.dwParam = wStyleId;
hint.flags = flags;
See Also
CGXGridCore::ChangeStylesMap CGXGridHint