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

Method GetInterface

DuiLib/Control/UIButton.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 }
20
21 LPVOID CButtonUI::GetInterface(LPCTSTR pstrName)
22 {
23 if( _tcscmp(pstrName, DUI_CTR_BUTTON) == 0 ) return static_cast<CButtonUI*>(this);
24 return CLabelUI::GetInterface(pstrName);
25 }
26
27 UINT CButtonUI::GetControlFlags() const
28 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected