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

Function GetItemEnabled

Libraries/PropertyGrid/PropertyGrid.h:452–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450 }
451
452 BOOL GetItemEnabled(HPROPERTY hProp) const
453 {
454 ATLASSERT(hProp);
455 if( hProp == NULL ) return FALSE;
456 return hProp->IsEnabled();
457 }
458
459 void SetItemEnabled(HPROPERTY hProp, BOOL bEnable)
460 {

Callers

nothing calls this directly

Calls 1

IsEnabledMethod · 0.80

Tested by

no test coverage detected