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

Method GetControlFlags

DuiLib/Control/UIText.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 }
28
29 UINT CTextUI::GetControlFlags() const
30 {
31 if( IsEnabled() && m_nLinks > 0 ) return UIFLAG_SETCURSOR;
32 else return 0;
33 }
34
35 CDuiString* CTextUI::GetLinkContent(int iIndex)
36 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected