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

Method SetItemTextPadding

DuiLib/Control/UICombo.cpp:618–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616}
617
618void CComboUI::SetItemTextPadding(RECT rc)
619{
620 m_ListInfo.rcTextPadding = rc;
621 Invalidate();
622}
623
624void CComboUI::SetItemTextColor(DWORD dwTextColor)
625{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected