CGXGridCore::UpdateProperties

virtual void UpdateProperties(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 ChangeProperties to redraw the grid and send a hint to all other views attached to the document.

The method creates the following hint:

      CGXGridHint hint(gxHintUpdateProperties, m_nViewID);
      hint.dwParam = wStyleId;
      hint.flags = flags;

See Also

 CGXGridCore::ChangeBaseStyle  CGXGridHint

CGXGridCore

 Class Overview |  Class Members