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

Method GetInterface

DuiLib/Control/UILabel.cpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 LPVOID CLabelUI::GetInterface(LPCTSTR pstrName)
77 {
78 if( _tcscmp(pstrName, _T("Label")) == 0 ) return static_cast<CLabelUI*>(this);
79 return CControlUI::GetInterface(pstrName);
80 }
81
82 void CLabelUI::SetTextStyle(UINT uStyle)
83 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected