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

Method GetInterface

DuiLib/Control/UICombo.cpp:233–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233LPVOID CComboUI::GetInterface(LPCTSTR pstrName)
234{
235 if( _tcscmp(pstrName, DUI_CTR_COMBO) == 0 ) return static_cast<CComboUI*>(this);
236 if( _tcscmp(pstrName, _T("IListOwner")) == 0 ) return static_cast<IListOwnerUI*>(this);
237 return CContainerUI::GetInterface(pstrName);
238}
239
240UINT CComboUI::GetControlFlags() const
241{

Callers 7

SelectItemMethod · 0.45
SetItemIndexMethod · 0.45
AddMethod · 0.45
AddAtMethod · 0.45
RemoveMethod · 0.45
RemoveAtMethod · 0.45
PaintTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected