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

Method SetValue

Libraries/PropertyGrid/PropertyItemImpl.h:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 }
148
149 virtual BOOL SetValue(const VARIANT& /*value*/)
150 {
151 ATLASSERT(false);
152 return FALSE;
153 }
154
155 virtual BOOL SetValue(HWND /*hWnd*/)
156 {

Callers 6

SetItemValueFunction · 0.45
OnUpdatePropertyFunction · 0.45
OnChangedPropertyFunction · 0.45
SetItemValueFunction · 0.45
OnUpdatePropertyFunction · 0.45
OnChangedPropertyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected