Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ SetTextColor
Method
SetTextColor
DuiLib/Control/UIRichEdit.cpp:1172–1178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1170
}
1171
1172
void CRichEditUI::SetTextColor(DWORD dwTextColor)
1173
{
1174
m_dwTextColor = dwTextColor;
1175
if( m_pTwh ) {
1176
m_pTwh->SetColor(dwTextColor);
1177
}
1178
}
1179
1180
int CRichEditUI::GetLimitText()
1181
{
Callers
nothing calls this directly
Calls
1
SetColor
Method · 0.80
Tested by
no test coverage detected