CGXGridCore::UpdateBaseStyle
virtual void UpdateBaseStyle(WORD wStyleId, UINT flags, BOOL bCreateHint = TRUE);
wStyleId
Specifies the base style id.
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 updates the window after a base style has changed.
The method creates the following hint:
CGXGridHint hint(gxHintUpdateBaseStyle, m_nViewID);
hint.dwParam = wStyleId;
hint.flags = flags;
See Also
CGXGridCore::ChangeBaseStyle CGXGridHint