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

Method SetItemFont

DuiLib/Control/UICombo.cpp:601–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599}
600
601void CComboUI::SetItemFont(int index)
602{
603 m_ListInfo.nFont = index;
604 Invalidate();
605}
606
607void CComboUI::SetItemTextStyle(UINT uStyle)
608{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected