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

Class WindowEx

FastCopy/WindowEx.h:9–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace winrt::FastCopy::implementation
8{
9 struct WindowEx : WindowExT<WindowEx>
10 {
11 WindowEx() = default;
12
13 bool IsMaximizable();
14 void IsMaximizable(bool value);
15
16 bool IsMinimizable();
17 void IsMinimizable(bool value);
18
19 bool IsModal();
20 void IsModal(bool value);
21
22 bool IsResizable();
23 void IsResizable(bool value);
24
25 winrt::Microsoft::UI::Windowing::AppWindow AppWindow();
26 private:
27 winrt::Microsoft::UI::Windowing::AppWindow appWindow = GetAppWindow(*this);
28 winrt::Microsoft::UI::Windowing::OverlappedPresenter presenter = appWindow.Presenter().as<winrt::Microsoft::UI::Windowing::OverlappedPresenter>();
29 };
30}
31
32namespace winrt::FastCopy::factory_implementation

Callers

nothing calls this directly

Calls 1

GetAppWindowFunction · 0.85

Tested by

no test coverage detected