Поделиться через


CTreeCtrl::SetInsertMarkColor

This member function implements the behavior of the Win32 message TVM_SETINSERTMARKCOLOR, as described in the Windows SDK.

COLORREF SetInsertMarkColor(
   COLORREF clrNew 
);

Параметры

  • clrNew
    A COLORREF value that contains the new insertion mark color.

Возвращаемое значение

A COLORREF value that contains the previous insertion mark color.

Пример

See the example for CTreeCtrl::GetInsertMarkColor.

Требования

Header: afxcmn.h

См. также

Основные понятия

CTreeCtrl Class

CTreeCtrl Members

Hierarchy Chart

CTreeCtrl::GetInsertMarkColor