MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetItemEnabled

Function GetItemEnabled

Libraries/PropertyGrid/PropertyList.h:403–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401 }
402
403 BOOL GetItemEnabled(HPROPERTY prop) const
404 {
405 ATLASSERT(::IsWindow(m_hWnd));
406 ATLASSERT(prop);
407 if( prop == NULL ) return FALSE;
408 return prop->IsEnabled();
409 }
410
411 void SetItemEnabled(HPROPERTY prop, BOOL bEnable)
412 {

Callers

nothing calls this directly

Calls 1

IsEnabledMethod · 0.80

Tested by

no test coverage detected