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

Method GetSubControlText

DuiLib/Core/UIContainer.cpp:861–869  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

859 }
860
861 DuiLib::CDuiString CContainerUI::GetSubControlText( LPCTSTR pstrSubControlName )
862 {
863 CControlUI* pSubControl=NULL;
864 pSubControl=this->FindSubControl(pstrSubControlName);
865 if (pSubControl==NULL)
866 return _T("");
867 else
868 return pSubControl->GetText();
869 }
870
871 int CContainerUI::GetSubControlFixedHeight( LPCTSTR pstrSubControlName )
872 {

Callers

nothing calls this directly

Calls 2

FindSubControlMethod · 0.95
GetTextMethod · 0.45

Tested by

no test coverage detected