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

Function SetExtendedTreeStyle

Libraries/PropertyGrid/PropertyTree.h:244–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242 }
243
244 void SetExtendedTreeStyle(DWORD dwExtStyle)
245 {
246 ATLASSERT(::IsWindow(m_hWnd));
247 m_di.dwExtStyle = dwExtStyle;
248 Invalidate();
249 }
250
251 DWORD GetExtendedTreeStyle() const
252 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected