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

Method GetControlRect

DuiLib/Control/UIRichEdit.cpp:931–937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

929}
930
931void CTxtWinHost::GetControlRect(LPRECT prc)
932{
933 prc->top = rcClient.top;
934 prc->bottom = rcClient.bottom;
935 prc->left = rcClient.left;
936 prc->right = rcClient.right;
937}
938
939void CTxtWinHost::SetTransparent(BOOL f_Transparent)
940{

Callers 2

DoPaintMethod · 0.80
MessageHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected