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

Method EstimateSize

DuiLib/Control/UIRichEdit.cpp:1895–1899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1893}
1894
1895SIZE CRichEditUI::EstimateSize(SIZE szAvailable)
1896{
1897 //return CSize(m_rcItem); // ���ַ�ʽ�ڵ�һ�����ô�С֮��ʹ�С������
1898 return CContainerUI::EstimateSize(szAvailable);
1899}
1900
1901void CRichEditUI::SetPos(RECT rc)
1902{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected