Microsoft Foundation OLE Classes (mfcole.hlp) (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
COleServerItem::m_hPalette
COleServerItem                              Up Contents Index Back
──Microsoft Foundation OLE Classes──────────────────────────────────────────
  protected:
      HPALETTE m_hPalette;
 
  Remarks
 
  This variable holds the color-scheme identifier as specified by the
  client item (or NULL). You will seldom need to access the m_hPalette
  data member because the default OnDraw member function selects this
  color palette into the drawing device context for you.
 
  See Also
 
  COleServerItem::OnSetColorScheme, COleClientItem::SetColorScheme,
  COleServerDoc::m_hPalette
 
 
                                     -♦-