MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / TryClose

Method TryClose

TranslucentTB/uwp/xamlpagehost.hpp:330–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328 }
329
330 bool TryClose() override
331 {
332 if (!m_content || m_content.RequestClose())
333 {
334 return true;
335 }
336 else
337 {
338 SetForegroundWindow(m_WindowHandle);
339 return false;
340 }
341 }
342};

Callers 1

ShutdownMethod · 0.80

Calls 1

RequestCloseMethod · 0.80

Tested by

no test coverage detected