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

Method Select

DuiLib/Control/UITreeView.cpp:201–210  ·  view source on GitHub ↗

��������: Select ��������: bool ������Ϣ: bool bSelect ����˵��:

Source from the content-addressed store, hash-verified

199 // ����˵��:
200 //************************************
201 bool CTreeNodeUI::Select( bool bSelect /*= true*/ )
202 {
203 bool nRet = CListContainerElementUI::Select(bSelect);
204 if(m_bSelected)
205 pItemButton->SetTextColor(GetSelItemTextColor());
206 else
207 pItemButton->SetTextColor(GetItemTextColor());
208
209 return nRet;
210 }
211
212 //************************************
213 // ��������: Add

Callers

nothing calls this directly

Calls 1

SetTextColorMethod · 0.45

Tested by

no test coverage detected