IViewObjectExImpl::GetColorSet

Returns the logical palette used by the control for drawing. The ATL implementation returns E_NOTIMPL.

STDMETHOD(GetColorSet)(
   DWORD /* dwAspect */,
      LONG /* lindex */,
      void* /* pvAspect */,
      DVTARGETDEVICE* /* ptd */,
      HDC /* hicTargetDevice */,
      LOGPALETTE** /* ppColorSet */
);

Remarks

See IViewObject::GetColorSet in the Windows SDK.

Requirements

Header: atlctl.h

See Also

Concepts

IViewObjectExImpl Class

IViewObjectExImpl Members