MCPcopy Create free account
hub / github.com/cinience/RedisStudio / SetItemTextColor

Method SetItemTextColor

DuiLib/Control/UITreeView.cpp:714–718  ·  view source on GitHub ↗

��������: SetTextColor ��������: void ������Ϣ: DWORD _dwTextColor ����˵��:

Source from the content-addressed store, hash-verified

712 // ����˵��:
713 //************************************
714 void CTreeNodeUI::SetItemTextColor( DWORD _dwItemTextColor )
715 {
716 m_dwItemTextColor = _dwItemTextColor;
717 pItemButton->SetTextColor(m_dwItemTextColor);
718 }
719
720 //************************************
721 // ��������: GetTextColor

Callers

nothing calls this directly

Calls 1

SetTextColorMethod · 0.45

Tested by

no test coverage detected