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

Method GetInterface

DuiLib/Control/UIProgress.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 }
16
17 LPVOID CProgressUI::GetInterface(LPCTSTR pstrName)
18 {
19 if( _tcscmp(pstrName, DUI_CTR_PROGRESS) == 0 ) return static_cast<CProgressUI*>(this);
20 return CLabelUI::GetInterface(pstrName);
21 }
22
23 bool CProgressUI::IsHorizontal()
24 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected