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

Method IsNumberOnly

DuiLib/Control/UIEdit.cpp:337–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335 }
336
337 bool CEditUI::IsNumberOnly() const
338 {
339 return m_iWindowStyls&ES_NUMBER ? true:false;
340 }
341
342 int CEditUI::GetWindowStyls() const
343 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected