MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / IsModal

Method IsModal

FastCopy/WindowEx.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 presenter.IsMinimizable(value);
24 }
25 bool WindowEx::IsModal()
26 {
27 return presenter.IsModal();
28 }
29 void WindowEx::IsModal(bool value)
30 {
31 presenter.IsModal(value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected